Description Usage Arguments Methods (by class) Note
The function is needed, because which.max of base R is not generic.
| 1 2 3 4 | 
| x | an R object. | 
| ... | further arguments passed to or from methods. | 
default: simply calls the default implementation of base R
As recommended in Section 7.1 ("Adding new generics") of "Writing R Extensions", the implementation of which.max.default has been made a wrapper around base::which.max.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.