| Line 10... |
Line 10... |
| 10 |
asp = NA, \dots)
|
10 |
asp = NA, \dots)
|
| 11 |
}
|
11 |
}
|
| 12 |
\alias{plot.default}
|
12 |
\alias{plot.default}
|
| 13 |
\arguments{
|
13 |
\arguments{
|
| 14 |
\item{x,y}{the \code{x} and \code{y} arguments provide the x and y
|
14 |
\item{x,y}{the \code{x} and \code{y} arguments provide the x and y
|
| 15 |
coordinates for the plot. Any reasonble way of defining the
|
15 |
coordinates for the plot. Any reasonable way of defining the
|
| 16 |
coordinates is acceptable. See the function \code{\link{xy.coords}}
|
16 |
coordinates is acceptable. See the function \code{\link{xy.coords}}
|
| 17 |
for details.}
|
17 |
for details.}
|
| 18 |
\item{type}{the type of plot desired. The following possibilities are
|
18 |
\item{type}{the type of plot desired. The following possibilities are
|
| 19 |
possible; \code{"p"} for points, \code{"l"} for lines, \code{"o"}
|
19 |
possible; \code{"p"} for points, \code{"l"} for lines, \code{"o"}
|
| 20 |
for overplotted points and lines, \code{"b"} or \code{c} for points
|
20 |
for overplotted points and lines, \code{"b"} or \code{c} for points
|