The R Project SVN R

Rev

Rev 25118 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25118 Rev 25360
Line 4... Line 4...
4
\description{
4
\description{
5
  Draw a scatter plot with \dQuote{decorations} such as axes and titles
5
  Draw a scatter plot with \dQuote{decorations} such as axes and titles
6
  in the active graphics window.
6
  in the active graphics window.
7
}
7
}
8
\usage{
8
\usage{
9
plot.default(x, y = NULL, type = "p",  xlim = NULL, ylim = NULL,
9
\method{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("col"), bg = NA, pch = par("pch"),
13
     col = par("col"), bg = NA, pch = par("pch"),
14
             cex = 1, 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
20
    coordinates is acceptable.  See the function \code{\link{xy.coords}}
20
    coordinates is acceptable.  See the function \code{\link{xy.coords}}