geom_cv.Rd
Computes the geometric CV of a vector x
geom_cv(x, na.rm = FALSE)
vector of data you want the geometric CV of.
boolean to remove NA from vector. Default is FALSE
the geometric CV of the input vector x
geom_cv(c(1, 2, 3, 2, 1)) #> [1] 0.5125099