Learn R Programming

inplace (version 0.1.2)

inplace-package: inplace: In-place Operators for R

Description

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).

Arguments

See Also

Useful links: