rowsum,array-method {arrayhelpers} | R Documentation |
This function extends the base function rowsum
.
## S4 method for signature 'array' rowsum(x, group, reorder = TRUE, na.rm = FALSE, ...)
x |
array to be |
group |
grouping variable (integer or factor) indicating groups of samples. |
reorder |
should the groups be ordered? see |
na.rm |
shoud |
... |
ignored |
like rowsum
, but further dimensions of the array are preserved.
Claudia Beleites