Description Usage Arguments Value Examples
View source: R/people_prediction.R
Find an index of a maximum value in a numeric vector.
1 | maxWrapper(x)
|
x |
a numeric vector |
an index of a maximum value in x
1 2 | maxWrapper(c(1, 3, 2))
maxWrapper(c(0.1, 0.5, 0.7))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.