powered by
dec<- decrements x by value. Equivalent to x <- x - value.
dec<-
x
x <- x - value.
dec(x) <- value
object to be decremented
value by which x will be modified
# NOT RUN { x <- 6:10 dec(x) <- 5 x # }
Run the code above in your browser using DataLab