rowSums.FileMatrix {R.huge} | R Documentation |
Calculates the sum for each row
Description
Calculates the sum for each row.
Usage
## S3 method for class 'FileMatrix'
rowSums(x, na.rm=FALSE, doCount=FALSE, rows=NULL, columns=NULL, ...)
Arguments
na.rm |
|
doCount |
If |
rows |
An |
columns |
An |
... |
Not used. |
Value
Author(s)
Henrik Bengtsson
See Also
*rowMeans()
.
For more information see FileMatrix
.
[Package R.huge version 0.10.1 Index]