ModeC {hutilscpp} | R Documentation |
Most common element
Description
Most common element
Usage
ModeC(
x,
nThread = getOption("hutilscpp.nThread", 1L),
.range_fmatch = 1000000000,
option = 1L
)
Arguments
x |
An atomic vector. |
nThread |
Number of threads to use. |
.range_fmatch |
If the range of |
option |
|
Examples
ModeC(c(1L, 1L, 2L))
[Package hutilscpp version 0.10.5 Index]