View source: R/internal_functions.R
harm_mean | R Documentation |
The function computes the harmonic mean of a numeric vector
harm_mean(x)
x |
A numeric vector |
A numeric value corresponding to the harmonic mean of the vector
P. Savary
x <- c(10, 2, 5, 15) hm <- harm_mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.