R/decrement.R

Defines functions decrement

decrement <-
function(x){ eval.parent(substitute(x <- x - 1)) }

Try the cvq2 package in your browser

Any scripts or data that you put into this service are public.

cvq2 documentation built on May 2, 2019, 8:29 a.m.