Description Usage Arguments Details Value Author(s) See Also
Gets the range of values in each row (column) of a matrix.
1 2 3 4 5 6 |
x |
A |
na.rm |
If |
... |
Not used. |
The rowRanges() function uses the much faster rowOrderStats()
if there are no missing values.
rowRanges() (colRanges()) returns a
numeric Nx2 (Kx2) matrix, where
N (K) is the number of rows (columns) for which the ranges are
calculated.
rowMins()/rowMaxs() (colMins()/colMaxs()) returns a
numeric vector of length N (K).
Henrik Bengtsson
rowOrderStats() and pmin.int().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.