rowMeans.FileMatrix {R.huge} | R Documentation |
Calculates the means for each row.
## S3 method for class 'FileMatrix': rowMeans(x, ..., doCount=FALSE)
... |
Arguments passed to *rowSums() . |
doCount |
If TRUE , the number of included values are counted
and returned as an attribute. |
Henrik Bengtsson (http://www.braju.com/R/)
*rowSums()
.
For more information see FileMatrix
.