The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74363
Line 48... Line 48...
48
  \item{\dots}{Arguments to be passed to the default method or
48
  \item{\dots}{Arguments to be passed to the default method or
49
    graphical parameters.}
49
    graphical parameters.}
50
  \item{axes}{Should axes be drawn (ignored if \code{add = TRUE})?}
50
  \item{axes}{Should axes be drawn (ignored if \code{add = TRUE})?}
51
  \item{type}{Type of plot.  The default is to join the points with
51
  \item{type}{Type of plot.  The default is to join the points with
52
    lines, and \code{"h"} is for histogram-like vertical lines.}
52
    lines, and \code{"h"} is for histogram-like vertical lines.}
53
  \item{box}{Should a box be drawn (ignored if \code{add = TRUE}?}
53
  \item{box}{Should a box be drawn (ignored if \code{add = TRUE})?}
54
  \item{add}{Should thus just add on an existing plot.}
54
  \item{add}{Should thus just add on an existing plot.}
55
  \item{col, lty, lwd}{Graphics parameters for the series.}
55
  \item{col, lty, lwd}{Graphics parameters for the series.}
56
  \item{col.base, lty.base, lwd.base}{Graphics parameters for the
56
  \item{col.base, lty.base, lwd.base}{Graphics parameters for the
57
    segments used for the reference lines.}
57
    segments used for the reference lines.}
58
}
58
}