geometricMean | R Documentation |
Description needed.
geometricMean(x, ...)
harmonicMean(x, ...)
x |
A numeric vector. |
... |
Additional arguments to |
A numeric vector of length one.
these have not been thoroughly tested to handle NA
values, etc.
Alex Chubaty
series <- 1:10
mean(series)
geometricMean(series)
harmonicMean(series)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.