Description Usage Arguments Value Examples
Compute the mode for a vector of numbers, or across raster layers. The mode, or modal value, is the most frequent value in a set of values.
1 2 3 4 5 |
x |
vector of numbers (typically integers), characters, logicals, or factors, or a Raster* object |
... |
additional argument of the same type as |
ties |
character. Indicates how to treat ties. Either 'random', 'lowest', 'highest', 'first', or 'NA' |
na.rm |
logical. If |
freq |
return the frequency of the modal value, instead of the modal value |
vector or RasterLayer. The vector has length 1 and is of the same type as x
, except when x
is a factor and additional arguments (values) are supplied, in which case the values are coerced to characters and a character value is returned.
1 2 |
Loading required package: sp
[1] 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.