geom_sd.Rd
Computes the geometric standard deviation of a vector x.
geom_sd(x, na.rm = FALSE)
The vector of data you want the geometric sd of.
a boolean to remove NA values. Default is False
the geometric standard deviation of x
geom_sd(c(1, 2, 3, 2, 1)) #> [1] 1.620824