pmean | R Documentation |
Compute means across vectors (similar to 'pmax' or 'pmin'). Lazy evaluation meas this will work inside a 'dplyr::mutate()'.
pmean(..., na.rm = TRUE)
... |
one or more vectors |
na.rm |
passed to 'mean()' |
double precision
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.