Description Usage Arguments Details Value Author(s) Examples
Finds either row or column maximum values of a matrix.
1 |
x |
numeric matrix. |
dim |
|
Matrix x may contain Inf or -Inf, but not NA or
NaN.
Returns a numeric vector with row or column maximum values.
The function is very much the same as using apply(x, 1, max) or
apply(x, 2, max), but faster.
Yong Wang <yongwang@auckland.ac.nz>
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.