Learn R Programming

kobe (version 1.3.2)

incr: incr

Description

Is a quantity increasing from 1 time step to another (x[t+1]-x[t])>0

Usage

incr(x)

Arguments

x
a vector holding a time series

Value

a logical indicating an increase

Examples

Run this code
## Not run: 
#    x=rnorm(2)
#    incr(x)## End(Not run)

Run the code above in your browser using DataLab