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