rowMins.matrix {R.native}R Documentation

Calculates the quantiles for each row in a matrix

Description

Calculates the quantiles for each row in a matrix.

Usage

## S3 method for class 'matrix':
rowMins(x, ...)

Arguments

x A numeric matrix.
... Arguments passed to *rowMedians().

Value

Returns a double vector of length equal to number of rows in x.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*rowMedians(). quantile. rowQ.


[Package R.native version 0.1.4 Index]