| Line 28... |
Line 28... |
| 28 |
\item{pch}{A numeric or character vector indicating what sort of
|
28 |
\item{pch}{A numeric or character vector indicating what sort of
|
| 29 |
plotting symbol to use. See \code{\link{points}} for the
|
29 |
plotting symbol to use. See \code{\link{points}} for the
|
| 30 |
interpretation of these values.}
|
30 |
interpretation of these values.}
|
| 31 |
\item{size}{A unit object specifying the size of the plotting symbols.}
|
31 |
\item{size}{A unit object specifying the size of the plotting symbols.}
|
| 32 |
\item{default.units}{A string indicating the default units to use
|
32 |
\item{default.units}{A string indicating the default units to use
|
| 33 |
if \code{x} or \code{y} are only given as numeric vectors.}
|
33 |
if \code{x} or \code{y} are only given as numeric vectors.}
|
| 34 |
\item{name}{ A character identifier. }
|
34 |
\item{name}{ A character identifier. }
|
| 35 |
\item{gp}{An object of class \code{gpar}, typically the output
|
35 |
\item{gp}{An object of class \code{gpar}, typically the output
|
| 36 |
from a call to the function \code{gpar}. This is basically
|
36 |
from a call to the function \code{gpar}. This is basically
|
| 37 |
a list of graphical parameter settings.}
|
37 |
a list of graphical parameter settings.}
|
| 38 |
\item{draw}{A logical value indicating whether graphics output
|
38 |
\item{draw}{A logical value indicating whether graphics output
|