sd: Standard deviation

View source: R/stats_function_overloads.R

sdR 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


spectrolab documentation built on Feb. 16, 2023, 10:27 p.m.