Description Usage Arguments Examples
inc<- increments x by value. Equivalent to x <- x + value.
| 1 | inc(x) <- value
 | 
| x | object to be incremented | 
| value | value by which x will be modified | 
| 1 2 3 | x <- 1:5
inc(x) <- 5
x
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.