Mode | R Documentation |
Not to be confused with mode
in lowercase,
a base
R function that returns the storage mode of an object.
Mode(x)
x |
Vector |
Scalar: most frequent value.
Mode(c(1, "b", "b", 0.3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.