R/gLag.R

Defines functions gLag

Documented in gLag

gLag <-
function(y, k=1, na.value=NA)
{
  glag(y, k=k, pad.value=na.value, pad=TRUE)
}

Try the AutoSEARCH package in your browser

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

AutoSEARCH documentation built on May 1, 2019, 10:31 p.m.