R by Examples
Search this site
GNU R
Help
Install R
Tutorials
Bioinformatics
Phylogenetic tree
Data structures
Dataframe
Size
Debug
Factors & numeric
File operations
File commands
Files: read & write
Save & load
if else & for loop
logical operators
Logical
Pitfalls
Plot
Print plot to file
Symbols & colors
Statistics
DESeq2
Spearman
t-test CI
Strings
System
Environment
www
web-application
Data structures
>
Size
nrow(X)
number of rows in X
ncol(X)
number of columns in X
dim(X)
dimensions of X, result as vector
length(v)
number of elements in a vector