powered by
This function computes the geometric mean of a numeric input vector x.
x
geom.mean(x)
a numeric vector for which geometric mean computations shall be performed.
# NOT RUN { x <- 1:10 geom.mean(x) # }
Run the code above in your browser using DataLab