R/seqlag.R

Defines functions seqlag

Documented in seqlag

###
### R routines for the R package dlnm (c)
#
seqlag <-
function(lag,by=1) seq(from=lag[1],to=lag[2],by=by)

Try the dlnm package in your browser

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

dlnm documentation built on Oct. 7, 2021, 5:09 p.m.