rowMax | R Documentation |
Maximum value for each row in a matrix
rowMax(X, mode = "best")
X |
A matrix of floats. |
mode |
A string, the method for defining scores for filtering cells:
best, second and delta. |
a vector of the collapsed value for each row, depending on the mode used.
matA <- matrix(sample(seq(12)), nrow = 3) rowMax(matA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.