| Line 10... |
Line 10... |
| 10 |
\title{Auxiliary Function to Set/View Defaults for Arguments of postscript}
|
10 |
\title{Auxiliary Function to Set/View Defaults for Arguments of postscript}
|
| 11 |
\description{
|
11 |
\description{
|
| 12 |
The auxiliary function \code{ps.options} can be used to set or view
|
12 |
The auxiliary function \code{ps.options} can be used to set or view
|
| 13 |
(if called without arguments) the default values for some of the
|
13 |
(if called without arguments) the default values for some of the
|
| 14 |
arguments to \code{\link{postscript}}.
|
14 |
arguments to \code{\link{postscript}}.
|
| 15 |
|
15 |
|
| 16 |
\code{ps.options} needs to be called before calling \code{postscript},
|
16 |
\code{ps.options} needs to be called before calling \code{postscript},
|
| 17 |
and the default values it sets can be overridden by supplying
|
17 |
and the default values it sets can be overridden by supplying
|
| 18 |
arguments to \code{postscript}.
|
18 |
arguments to \code{postscript}.
|
| 19 |
}
|
19 |
}
|
| 20 |
\usage{
|
20 |
\usage{
|
| Line 39... |
Line 39... |
| 39 |
}
|
39 |
}
|
| 40 |
\details{
|
40 |
\details{
|
| 41 |
If both \code{reset = TRUE} and \code{...} are supplied the defaults
|
41 |
If both \code{reset = TRUE} and \code{...} are supplied the defaults
|
| 42 |
are first reset to the \sQuote{factory-fresh} values and then the new
|
42 |
are first reset to the \sQuote{factory-fresh} values and then the new
|
| 43 |
values are applied.
|
43 |
values are applied.
|
| 44 |
|
44 |
|
| 45 |
For backwards compatibility argument \code{append} is accepted but
|
45 |
For backwards compatibility argument \code{append} is accepted but
|
| 46 |
ignored with a warning.
|
46 |
ignored with a warning.
|
| 47 |
|
47 |
|
| 48 |
\code{setEPS} and \code{setPS} are wrappers to set defaults
|
48 |
\code{setEPS} and \code{setPS} are wrappers to set defaults
|
| 49 |
appropriate for figures for inclusion in documents (the default size
|
49 |
appropriate for figures for inclusion in documents (the default size
|