View source: R/kernel_functions_sf.R
gm_mean | R Documentation |
Function to calculate the geometric mean.
gm_mean(x, na.rm = TRUE)
x |
A vector of numeric values |
na.rm |
A boolean indicating if we filter the NA values |
The geometric mean of x
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.