Description Usage Arguments Author(s) See Also
View source: R/which.max.perRow.R
[!] Indices of maximum values in each row/column
1 2 3 | which.max.perRow(x, na.rm = FALSE)
which.max.perCol(x, na.rm = FALSE)
|
x |
A matrix |
na.rm |
a logical indicating whether missing values should be removed. |
Vilmantas Gegzna
Other matrix operations in spMisc:
corr_vec2mat(),
indMatrix(),
nTri2nDiag(),
revalueMatrix(),
sort_matrix_elements,
which.in(),
which.max.all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.