sd {spectrolab} | R Documentation |
Standard deviation
Description
sd
computes the standard deviation spectrum. Note that values will not
reflect value anymore, but the sd of the value instead.
Usage
sd(x, na.rm = FALSE)
Arguments
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? |
Value
standard deviation
[Package spectrolab version 0.0.19 Index]