| Reductions {memuse} | R Documentation |
Binary arithmetic operations for memuse objects.
## S4 method for signature 'memuse' sum(x, ..., na.rm = FALSE)
x |
A |
... |
Additional arguments |
na.rm |
Whether |
Simple arithmetic reductions.
Returns a memuse class object.
## Not run: ### This will work sum(mu(10), 10) ### This will not sum(10, mu(10)) ## End(Not run)