View source: R/infillMatrices.R
| geoMean | R Documentation | 
Helper function to calculate geometric means. Used in infill.
geoMean(x)
| x | A numeric vector. | 
Returns a numeric equal to geometric mean
x <- c(2, 5, 12, 9)
geoMean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.