| Line 60... |
Line 60... |
| 60 |
\item{width, height}{the width and height of the graphics region in
|
60 |
\item{width, height}{the width and height of the graphics region in
|
| 61 |
inches. The default is to use the entire page less a 0.25 inch
|
61 |
inches. The default is to use the entire page less a 0.25 inch
|
| 62 |
border on each side.}
|
62 |
border on each side.}
|
| 63 |
\item{family}{the initial font family to be used, normally as a
|
63 |
\item{family}{the initial font family to be used, normally as a
|
| 64 |
character string. See the section \sQuote{Families}. This defaults
|
64 |
character string. See the section \sQuote{Families}. This defaults
|
| 65 |
to the value given by a call to \code{grDevices:::guessFamily()}
|
- |
|
| 66 |
when the \pkg{grDevices} namespace is loaded, which guess a suitable
|
- |
|
| 67 |
family for the locale in use at the time.}
|
65 |
to \code{"Helvetica"}.}
|
| 68 |
\item{encoding}{the name of an encoding file. Defaults to
|
66 |
\item{encoding}{the name of an encoding file. Defaults to
|
| 69 |
#ifdef unix
|
67 |
#ifdef unix
|
| 70 |
\file{"ISOLatin1.enc"} unless the locale is recognized as
|
68 |
\file{"ISOLatin1.enc"} unless the locale is recognized as
|
| 71 |
corresponding to a language using ISO 8859-{5,7,13,15} or KOI8-{R,U},
|
69 |
corresponding to a language using ISO 8859-{5,7,13,15} or KOI8-{R,U},
|
| 72 |
#endif
|
70 |
#endif
|