Mode | R Documentation |
returns the mode of a vector
Mode(x)
x |
vector to find mode of |
Markus Loecher <Markus.Loecher@gmail.com>
Mode(rep(letters[1:3],1:3)) Mode(c(TRUE,TRUE,FALSE)) Mode(c(TRUE,TRUE,FALSE,FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.