Description Usage Arguments Examples
View source: R/random_rotation.R
Compute the most frequently occurring element (mode) of a column or vector
1 | compute_mode(v)
|
v |
input vector |
1 2 | compute_mode(c(1,2,3,3,3,3,4))
compute_mode(c("this", "and", "that", "or", "this"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.