Deprecated {sfsmisc} | R Documentation |
These functions are provided for compatibility with older versions of the sfsmisc package only, and may be defunct as soon as of the next release.
pmax.sa(scalar, arr) pmin.sa(scalar, arr)
scalar |
numeric scalar. |
arr |
any numeric R object, typically array. |
pmax.sa(s, a)
and pmin.sa(s, a)
return (more-dimensional) arrays.
These have been deprecated, because pmax
and
pmin
do so too, if the array is used as
first argument.