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)
gasparrini/dlnm documentation built on Oct. 9, 2021, 2:22 a.m.