pmax | R Documentation |
pmax
and pmin
take one or more
vectors as arguments and return a single vector giving the 'parallel'
maxima (or minima) of the argument vectors
pmax(...)
pmin(...)
## S3 method for class 'vclVector'
pmin(..., na.rm = FALSE)
... |
a vclVector object |
na.rm |
a logical indicating whether missing values should be removed. |
A vclMatrix object.
pmax pmin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.