powered by
Binary arithmetic operations for memuse objects.
memuse
# S4 method for memuse sum(x, ..., na.rm = FALSE)
A memuse object.
Additional arguments
Whether NA's should be ignored.
NA
Returns a memuse class object.
Simple arithmetic reductions.
Constructor memuse-class
# NOT RUN { ### This will work sum(mu(10), 10) ### This will not sum(10, mu(10)) # } # NOT RUN { # }
Run the code above in your browser using DataLab