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 vclVector
pmin(..., na.rm = FALSE)
A vclMatrix object.
a vclVector object
a logical indicating whether missing values should be removed.