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