rowMax | R Documentation |
Gives the maximum value of each row
rowMax(DF, type = "val")
DF |
data.frame or matrix |
type |
string to indicate how the result should be formatted "val" (default) returns the maximum values, "ind" returns the indices (as a named vector) of the maximum values, "all" returns a data.frame with the maximum value for each row and the indices. |
the maximum values and (or) their indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.