lag {tframe}R Documentation

Misc Generic Replacements

Description

These functions replace functions in S or R with generics if necessary.

Usage

    lag(x, ...)
    lag(x, ...)
    lag(x, ...)

    tsmatrix(x, ...)
    tsmatrix(x, ...)

Details

The default for the generic is set to the original function. See the S/R documentation for the original.