Gets an order statistic for each row (column) in a matrix
Gets an order statistic for each row (column) in a matrix.
rowOrderStats(x, rows = NULL, cols = NULL, which, dim. = dim(x), ...) colOrderStats(x, rows = NULL, cols = NULL, which, dim. = dim(x), ...)
x |
|
rows, cols |
A |
which |
An |
dim. |
An |
... |
Not used. |
This method does not handle missing values,
that is, the result corresponds to having na.rm = FALSE
(if such an
argument would be available).
The native implementation of rowOrderStats()
was adopted by
Henrik Bengtsson from Robert Gentleman's rowQ()
in the Biobase
package.
See rowMeans()
in colSums
().
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.