extremes | R Documentation |
Returns the parallel maxima and minima of the input values.
pmax(..., na.rm = FALSE)
## Default S3 method:
pmax(..., na.rm = FALSE)
## S3 method for class 'ddf_col'
pmax(..., na.rm = FALSE)
## S3 method for class 'tbl_ddf'
pmax(..., na.rm = FALSE)
pmin(..., na.rm = FALSE)
## Default S3 method:
pmin(..., na.rm = FALSE)
## S3 method for class 'ddf_col'
pmin(..., na.rm = FALSE)
## S3 method for class 'tbl_ddf'
pmin(..., na.rm = FALSE)
... |
Dibbles, numeric or character arguments. |
na.rm |
a logical indicating whether missing values should be removed. |
These functions override base functions to make them generic. The default methods call the base versions.
A dibble if ...
are dibbles. See base::pmax()
and base::pmin()
for the return value of the default method.
base::pmax()
, base::pmin()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.