ds_hmean | R Documentation |
Computes the harmonic mean
ds_hmean(data, x = NULL)
data |
A numeric vector or |
x |
Column in |
ds_gmean
mean
# vector
ds_hmean(mtcars$mpg)
# data.frame
ds_hmean(mtcars, mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.