mode {pastclim} | R Documentation |
Mode
Description
Find the mode of vector x (note that, if multiple values have the same frequency, this function simply picks the first occurring one)
Usage
mode(x)
Arguments
x |
a vector |
Value
the mode
[Package pastclim version 2.0.0 Index]