rowQuantiles.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':
rowQuantiles(x, which, ...)

Arguments

x A numeric matrix.
which An integer vector in [1,ncol(x)] specifying the quantiles to be returned.
... Not use.

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]