| Line 44... |
Line 44... |
| 44 |
\item{main}{a main title for the plot.}
|
44 |
\item{main}{a main title for the plot.}
|
| 45 |
\item{xlab}{a label for the x axis.}
|
45 |
\item{xlab}{a label for the x axis.}
|
| 46 |
\item{ylab}{a label for the y axis.}
|
46 |
\item{ylab}{a label for the y axis.}
|
| 47 |
\item{cex}{a numerical value giving the amount by which plotting text
|
47 |
\item{cex}{a numerical value giving the amount by which plotting text
|
| 48 |
and symbols should be scaled relative to the default}
|
48 |
and symbols should be scaled relative to the default}
|
| 49 |
\item{lty}{the line type}
|
49 |
\item{lty}{the line type, see \code{\link{par}.}
|
| 50 |
\item{lwd}{the line width \bold{not supported yet}}
|
50 |
\item{lwd}{the line width \bold{not yet supported for postscript}.}
|
| 51 |
\item{\dots}{graphical parameters as in \code{\link{par}(\dots)} may
|
51 |
\item{\dots}{graphical parameters as in \code{\link{par}(\dots)} may
|
| 52 |
also be passed as arguments. Additionally, \code{asp}, the
|
52 |
also be passed as arguments. Additionally, \code{asp}, the
|
| 53 |
\eqn{y/x} aspect ratio, see \code{\link{plot.window}}.}
|
53 |
\eqn{y/x} aspect ratio, see \code{\link{plot.window}}.}
|
| 54 |
}
|
54 |
}
|
| 55 |
\value{
|
55 |
\value{
|