powered by
In-place operators
x %*<-% valuex %+<-% valuex %-<-% valuex %/<-% value
x %+<-% value
x %-<-% value
x %/<-% value
Variable.
Value.
NULL (invisibly).
NULL
# NOT RUN { mat <- matrix(1:4, 2) mat mat %+<-% 2 mat # }
Run the code above in your browser using DataLab