statistical_mode: Statistical mode of a vector

View source: R/statistical_mode.R

statistical_modeR Documentation

Statistical mode of a vector

Description

Computes the mode of a numeric or character vector

Usage

statistical_mode(x)

Arguments

x

Numeric or character vector.

Value

Statistical mode of x.

Examples

if(interactive()){

 statistical_mode(c(10, 9, 10, 8))

}

BlasBenito/spatialRF documentation built on Sept. 1, 2022, 1:42 p.m.