View source: R/harmonic_mean.R
harmonic_mean | R Documentation |
Calculate Harmonic Mean
harmonic_mean(x, na.rm = TRUE)
x |
numerical values |
na.rm |
remove NA values |
harmonic mean value
faithful[['waiting']] %>% harmonic_mean()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.