The R Project SVN R

Rev

Rev 61160 | Rev 67599 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61160 Rev 61433
Line 7... Line 7...
7
\alias{lag.plot}
7
\alias{lag.plot}
8
\title{Time Series Lag Plots}
8
\title{Time Series Lag Plots}
9
\description{
9
\description{
10
  Plot time series against lagged versions of themselves.
10
  Plot time series against lagged versions of themselves.
11
  Helps visualizing \sQuote{auto-dependence} even when auto-correlations
11
  Helps visualizing \sQuote{auto-dependence} even when auto-correlations
12
  vanish. 
12
  vanish.
13
}
13
}
14
\usage{
14
\usage{
15
lag.plot(x, lags = 1, layout = NULL, set.lags = 1:lags,
15
lag.plot(x, lags = 1, layout = NULL, set.lags = 1:lags,
16
         main = NULL, asp = 1,
16
         main = NULL, asp = 1,
17
         diag = TRUE, diag.col = "gray", type = "p", oma = NULL,
17
         diag = TRUE, diag.col = "gray", type = "p", oma = NULL,