rowColCalcDS {dsBase} | R Documentation |
The function is similar to R base functions 'rowSums', 'colSums', 'rowMeans' and 'colMeans'.
rowColCalcDS(dataset, operation)
dataset |
an array of two or more dimensions. |
operation |
an integer that indicates the operation to carry out: 1 for 'rowSums', 2 for 'colSums', 3 for 'rowMeans' or 4 for 'colMeans' |
the output is returned to the user only the number of entries in the output vector is greater or equal to the allowed size.
a numeric vector
Gaye, A.