pmean | R Documentation |
Parallel mean and median
pmean(..., na.rm = TRUE)
pmedian(..., na.rm = TRUE)
... |
numeric vectors |
na.rm |
logical scalar, default |
Functions pmean()
and pmedian()
return a numeric vector.
Functions pmean()
and pmedian()
mimic functions pmax.int and pmin.int.
They are written in a very naive way.
The pipeline cbind() |> rowMeans()
is extremely slow.
pmean(1:3, 11:13, 21:23)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.