sd(x, na.rm = FALSE)
This function computes the standard deviation of the values in x. If na.rm is TRUE then missing values are removed before computation proceeds.
x
na.rm
TRUE
var for its square, and mad, the most robust alternative.
var
mad
sd(1:2) ^ 2