Usage
sd(x, ...)
# Default S3 method
sd(x, na.rm = FALSE, ...)
# S3 method for class 'Image'
sd(x, ...)Arguments
- x
An
Imageobject, or a numeric vector for the default method.- ...
Additional arguments passed to methods.
- na.rm
Logical; should missing values be removed? Passed to
stats::sdfor non-Image objects (ignored forImage).
Value
For Image inputs, a numeric vector of per-channel standard
deviations. For other inputs, the result of sd.