In-place Operators for R
In-place operators
inplace: In-place Operators for R
Sweep
It provides in-place operators for R that are equivalent to '+=', '-=', '*=', '/=' in C++. Those can be applied on integer|double vectors|matrices. You have also access to sweep operations (in-place).
Useful links