Returns the parallel maxima and minima of the input values.
The functions pmin and pmax have been made S4 generics,
and this page documents the “... method for class
"mNumber"”, i.e., for arguments that are numeric or from
class "mpfr".
Usage
pmax(..., na.rm = FALSE)
pmin(..., na.rm = FALSE)
Value
vector-like, of length the longest of the input vectors; typically of
class mpfr, for the methods here.
Arguments
...
numeric or arbitrary precision numbers (class
mpfr).
na.rm
a logical indicating whether missing values should be
removed.