aSums | R Documentation |
Return an array summed over one or several dimensions
aSums(x, d, keep = TRUE, na.rm = FALSE)
x |
An array |
d |
Numeric or character vector. The dimensions to be considered. |
keep |
Boolean. Should those dimensions be kept or dropped in the final result. By default the sum is made over all dimensions that are not explicitely named. |
na.rm |
Should NA value be removed ? Default : FALSE |
An array or vector containing the sum over the undesired dimensions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.