| incr | R Documentation | 
Is a quantity increasing from 1 time step to another (x[t+1]-x[t])>0
incr(x)
| x | a vector holding a time series | 
a logical indicating an increase
## Not run: 
   x=rnorm(2)
   incr(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.