The R Project SVN R

Rev

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

Rev 10441 Rev 10444
Line 8... Line 8...
8
plot(x, y, xlim=range(x), ylim=range(y), type="p",
8
plot(x, y, xlim=range(x), ylim=range(y), type="p",
9
     main, xlab, ylab, \dots)
9
     main, xlab, ylab, \dots)
10
}
10
}
11
\arguments{
11
\arguments{
12
  \item{x}{the coordinates of points in the plot. Alternatively, a
12
  \item{x}{the coordinates of points in the plot. Alternatively, a
13
      single plotting structure or \emph{any \R object with a
13
      single plotting structure, function or \emph{any \R object with a
14
          \code{plot} method} can be provided.}
14
          \code{plot} method} can be provided.}
15
  \item{y}{the y coordinates of points in the plot, \emph{optional}
15
  \item{y}{the y coordinates of points in the plot, \emph{optional}
16
      if \code{x} is an appropriate structure.}
16
      if \code{x} is an appropriate structure.}
17
  \item{xlim, ylim}{the ranges to be encompassed by the x and y axes.}
17
  \item{xlim, ylim}{the ranges to be encompassed by the x and y axes.}
18
  \item{type}{what type of plot should be drawn.  Possible types are
18
  \item{type}{what type of plot should be drawn.  Possible types are