Learn R Programming

R.huge (version 0.10.1)

rowMeans.FileMatrix: Calculates the means for each row

Description

Calculates the means for each row.

Usage

# S3 method for FileMatrix
rowMeans(x, ..., doCount=FALSE)

Value

Returns a numeric

vector.

Arguments

...

Arguments passed to *rowSums().

doCount

If TRUE, the number of included values are counted and returned as an attribute.

Author

Henrik Bengtsson

See Also

*rowSums(). For more information see FileMatrix.