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.1.0 Index]