inplace-package {inplace} | R Documentation |
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).
Author(s)
Maintainer: Florian Privé florian.prive.21@gmail.com
See Also
Useful links:
[Package inplace version 0.1.2 Index]