| Line 40... |
Line 40... |
| 40 |
}
|
40 |
}
|
| 41 |
\item{col}{vector of colors. Colors are used cyclically.}
|
41 |
\item{col}{vector of colors. Colors are used cyclically.}
|
| 42 |
\item{cex}{vector of character expansion sizes, used cyclically.}
|
42 |
\item{cex}{vector of character expansion sizes, used cyclically.}
|
| 43 |
\item{xlab, ylab}{titles for x and y axes, as in \code{\link{plot}}.}
|
43 |
\item{xlab, ylab}{titles for x and y axes, as in \code{\link{plot}}.}
|
| 44 |
\item{xlim, ylim}{ranges of x and y axes, as in \code{\link{plot}}.}
|
44 |
\item{xlim, ylim}{ranges of x and y axes, as in \code{\link{plot}}.}
|
| 45 |
\item{\dots}{Graphical parameters (see \code{\link{par}}) may also be
|
45 |
\item{\dots}{Graphical parameters (see \code{\link{par}}) and any further
|
| - |
|
46 |
arguments of \code{plot}, typically \code{\link{plot.default}}, may also be
|
| 46 |
supplied as arguments to this function. In addition, the high-level
|
47 |
supplied as arguments to this function. Hence, the high-level
|
| 47 |
graphics control arguments described under \code{\link{par}} and the
|
48 |
graphics control arguments described under \code{\link{par}} and the
|
| 48 |
arguments to \code{\link{title}} may be supplied to this function.}
|
49 |
arguments to \code{\link{title}} may be supplied to this function.}
|
| 49 |
\item{add}{logical. If \code{TRUE}, plots are added to current one,
|
50 |
\item{add}{logical. If \code{TRUE}, plots are added to current one,
|
| 50 |
using \code{\link{points}} and \code{\link{lines}}.}
|
51 |
using \code{\link{points}} and \code{\link{lines}}.}
|
| 51 |
\item{verbose}{logical. If \code{TRUE}, write one line of what is
|
52 |
\item{verbose}{logical. If \code{TRUE}, write one line of what is
|