| 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 |
}
|