rowMins.matrix {R.native} | R Documentation |
Calculates the quantiles for each row in a matrix.
## S3 method for class 'matrix': rowMins(x, ...)
x |
A numeric matrix . |
... |
Arguments passed to *rowMedians() . |
Returns a double
vector
of length equal to number of rows in x
.
Henrik Bengtsson (http://www.braju.com/R/)
*rowMedians()
.
quantile
.
rowQ
.