Description Usage Arguments Details Examples
Returns one of more extreme values from the data, but not necessarily the actual maximum or minimum.
1 2 3 |
... |
numeric or character arguments. |
na.rm |
a logical indicating whether missing values should be removed. |
'max' and 'min' return the maximum or minumum of _some_ of the values present in their aguments.
If na.rm is FALSE an NA value in any of the selected arguments will cause a value of NA to be returned, otherwise NA values are ignored.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.