powered by
inc<- increments x by value. Equivalent to x <- x + value.
inc<-
x
x <- x + value.
inc(x) <- value
object to be incremented
value by which x will be modified
# NOT RUN { x <- 1:5 inc(x) <- 5 x # }
Run the code above in your browser using DataLab