View source: R/stats_function_overloads.R
sd | R Documentation |
sd
computes the standard deviation spectrum. Note that values will not
reflect value anymore, but the sd of the value instead.
sd(x, na.rm = FALSE)
x |
a numeric vector or an R object which is coercible to one by as.double(x) |
na.rm |
logical. Should missing values be removed? |
standard deviation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.