incr.Rd
Is a quantity increasing from 1 time step to another (x[t+1]-x[t])>0
(x[t+1]-x[t])>0
incr(x)
a vector holding a time series
a logical indicating an increase
logical
# NOT RUN { x=rnorm(2) incr(x) # }