| Line 18... |
Line 18... |
| 18 |
ask = NULL, do.lines = (n <= 150), labels = do.lines,
|
18 |
ask = NULL, do.lines = (n <= 150), labels = do.lines,
|
| 19 |
\dots)
|
19 |
\dots)
|
| 20 |
}
|
20 |
}
|
| 21 |
\arguments{
|
21 |
\arguments{
|
| 22 |
\item{x}{time-series (univariate or multivariate)}
|
22 |
\item{x}{time-series (univariate or multivariate)}
|
| 23 |
\item{lags}{number of lag plots desired, see arg \code{set.lags}.}
|
23 |
\item{lags}{number of lag plots desired, see argument \code{set.lags}.}
|
| 24 |
\item{layout}{the layout of multiple plots, basically the \code{mfrow}
|
24 |
\item{layout}{the layout of multiple plots, basically the \code{mfrow}
|
| 25 |
\code{\link{par}()} argument. The default uses about a square
|
25 |
\code{\link{par}()} argument. The default uses about a square
|
| 26 |
layout (see \code{\link{n2mfrow}}) such that all plots are on one page.}
|
26 |
layout (see \code{\link{n2mfrow}}) such that all plots are on one page.}
|
| 27 |
\item{set.lags}{vector of positive integers allowing specification of
|
27 |
\item{set.lags}{vector of positive integers allowing specification of
|
| 28 |
the set of lags used; defaults to \code{1:lags}.}
|
28 |
the set of lags used; defaults to \code{1:lags}.}
|