MODE {rflowcyt} | R Documentation |
MODE returns the highest mode of a multimodale distribution estimate for a given data vector
MODE(x, na.rm=TRUE)
x |
numeric vector |
na.rm |
logical |
x |
highest mode |
Nolwenn Le Meur
set.seed(12345) x<-rnorm(50) h<-MODE(x)