View source: R/utility_math_funs.R
Mean | R Documentation |
overloading function to calculate arithmic mean when you have na's in vector
Mean(..., na.rm = T)
... |
same parameters as mean(...) |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
mean with na's ignored
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.