Description Usage Arguments Value Examples
In-place operators
| 1 2 3 4 5 6 7 | x %*<-% value
x %+<-% value
x %-<-% value
x %/<-% value
 | 
| x | Variable. | 
| value | Value. | 
NULL (invisibly).
| 1 2 3 4 | mat <- matrix(1:4, 2)
mat
mat %+<-% 2
mat
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.