The R Project SVN R

Rev

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

Rev 30912 Rev 30915
Line 8... Line 8...
8
}
8
}
9
\usage{
9
\usage{
10
lag.plot(x, lags = 1, layout = NULL, set.lags = 1:lags,
10
lag.plot(x, lags = 1, layout = NULL, set.lags = 1:lags,
11
         main = NULL, asp = 1,
11
         main = NULL, asp = 1,
12
         font.main=par("font.main"), cex.main=par("cex.main"),
12
         font.main=par("font.main"), cex.main=par("cex.main"),
13
         diag = TRUE, diag.col="gray", type="p", oma = NULL,
13
         diag = TRUE, diag.col = "gray", type = "p", oma = NULL,
14
         ask = NULL, do.lines = n <= 150, labels = do.lines, \dots)
14
         ask = NULL, do.lines = (n <= 150), labels = do.lines, \dots)
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{x}{time-series (univariate or multivariate)}
17
  \item{x}{time-series (univariate or multivariate)}
18
  \item{lags}{number of lag plots desired, see arg \code{set.lags}.}
18
  \item{lags}{number of lag plots desired, see arg \code{set.lags}.}
19
  \item{layout}{the layout of multiple plots, basically the \code{mfrow}
19
  \item{layout}{the layout of multiple plots, basically the \code{mfrow}