R/Lag.R

Defines functions Lag

Documented in Lag

Lag <- function(x, k = 1, ...) lag(x, -k, ...)

Try the tis package in your browser

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

tis documentation built on Sept. 29, 2021, 1:06 a.m.