colMeans | R Documentation |
This function takes a snap object and returns the column means of its count matrix.
## S4 method for signature 'snap' colMeans(x, mat = c("bmat", "pmat", "gmat"), na.rm = TRUE)
x |
A snap object |
mat |
A charater object indicates what matrix slot to use c("bmat", "pmat", "gmat"). |
na.rm |
A logical variable indicates wether to remove NA in the matrix. |
data(demo.sp); a = colMeans(demo.sp, mat="bmat"); b = colMeans(demo.sp, mat="pmat"); d = colMeans(demo.sp, mat="gmat");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.