.BG
.FN max
.FN min
.TL
Extremes
.CS
max(...)
min(...)
.AG ...
any number of numeric arguments.
.RT
the single maximum or minimum value found in any of the
args; any `NA's in the data produce `NA' as a result.
.SA
`pmax' and `pmin' for generating a vector of parallel extremes, and
`range' for computing both `max' and `min'.
.KW math
.WR
