Description Usage Arguments Value Examples
Extracts an object of class character from a named vector. The component whose name is the extracted one is the maximal component of vector.
1 | names_argMax(numeric_vector)
|
numeric_vector |
A vector, each component is a real number (an object of class numeric). |
A character, indicating a name of some component of vector. The corresponding component is the minimal component.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.