View source: R/dthelper-computation-functions.R
rowSD | R Documentation |
rowSD similar to rowMeans and rowSums
rowSD(df, na.rm = T)
df |
data.frame object |
na.rm |
If set to TRUE, NAs are ignore in computation |
data.frame object
set.seed(100) df <- data.frame( a = rnorm(10), b = rnorm(10), c = rnorm(10) ) rowSD(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.