Diff of /man/isNullLag-methods.Rd [000000] .. [f2e496]

Switch to unified view

a b/man/isNullLag-methods.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/lag.R
3
\docType{methods}
4
\name{isNullLag}
5
\alias{isNullLag}
6
\alias{isNullLag,LagEffect-method}
7
\title{Function to check whether Lag is a null lag}
8
\usage{
9
isNullLag(Lag)
10
11
\S4method{isNullLag}{LagEffect}(Lag)
12
}
13
\arguments{
14
\item{Lag}{A LagEffect object}
15
}
16
\value{
17
TRUE if null lag, FALSE otherwise
18
}
19
\description{
20
This checks whether the Lag.T slot is 0
21
}
22