ngeoMean | R Documentation |
Get the geometric mean of a vector
ngeoMean(x, thresh = 0.5)
x |
numeric vector |
thresh |
minimum numeric value greater than 0 to have in vector |
numeric geometric mean of vector
ngeoMean(c(0, 1, 2, 2), thresh=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.