| Line 8... |
Line 8... |
| 8 |
\usage{
|
8 |
\usage{
|
| 9 |
plot.default(x, y = NULL, type = "p", xlim = NULL, ylim = NULL,
|
9 |
plot.default(x, y = NULL, type = "p", xlim = NULL, ylim = NULL,
|
| 10 |
log = "", main = NULL, sub = NULL, xlab = NULL, ylab = NULL,
|
10 |
log = "", main = NULL, sub = NULL, xlab = NULL, ylab = NULL,
|
| 11 |
ann = par("ann"), axes = TRUE, frame.plot = axes,
|
11 |
ann = par("ann"), axes = TRUE, frame.plot = axes,
|
| 12 |
panel.first = NULL, panel.last = NULL,
|
12 |
panel.first = NULL, panel.last = NULL,
|
| 13 |
col = par("fg"), bg = NA, pch = par("pch"),
|
13 |
col = par("col"), bg = NA, pch = par("pch"),
|
| 14 |
cex = par("cex"), lty = par("lty"), lab = par("lab"),
|
14 |
cex = 1, lty = par("lty"), lab = par("lab"),
|
| 15 |
lwd = par("lwd"), asp = NA, \dots)
|
15 |
lwd = par("lwd"), asp = NA, \dots)
|
| 16 |
}
|
16 |
}
|
| 17 |
\arguments{
|
17 |
\arguments{
|
| 18 |
\item{x,y}{the \code{x} and \code{y} arguments provide the x and y
|
18 |
\item{x,y}{the \code{x} and \code{y} arguments provide the x and y
|
| 19 |
coordinates for the plot. Any reasonable way of defining the
|
19 |
coordinates for the plot. Any reasonable way of defining the
|