pmean | R Documentation |
pmin
and pmax
Vectorized mean, similiar to pmin
and pmax
pmean(..., na.rm = FALSE)
... |
numeric vectors to average |
na.rm |
a logical indicating whether missing values should be removed |
a vector with mean of ...
arguments
psum(c(1, 2, 3), c(4, 5, 6))
psum(c(1, 2, 3), pi)
psum(c(1, NA, 3), c(4, 5, 6), na.rm = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.