The R Project SVN R

Rev

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

Rev 3279 Rev 3988
Line 12... Line 12...
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 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 encompased 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
19
    \itemize{
19
    \itemize{
20
      \item \code{"p"} for \bold{p}oints,
20
      \item \code{"p"} for \bold{p}oints,
21
      \item \code{"l"} for \bold{l}ines,
21
      \item \code{"l"} for \bold{l}ines,
22
      \item \code{"b"} for \bold{b}oth,
22
      \item \code{"b"} for \bold{b}oth,