| Line 21... |
Line 21... |
| 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 arg \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}.}
|
| 29 |
\item{main}{character with a main header title to be done on the top
|
29 |
\item{main}{character with a main header title to be done on the top
|
| 30 |
of each page.}
|
30 |
of each page.}
|
| 31 |
\item{asp}{Aspect ratio to be fixed, see \code{\link{plot.default}}.}
|
31 |
\item{asp}{Aspect ratio to be fixed, see \code{\link{plot.default}}.}
|