| Line 1... |
Line 1... |
| 1 |
% File src/library/grDevices/man/pdf.options.Rd
|
1 |
% File src/library/grDevices/man/pdf.options.Rd
|
| 2 |
% Part of the R package, https://www.R-project.org
|
2 |
% Part of the R package, https://www.R-project.org
|
| 3 |
% Copyright 1995-2011 R Core Team
|
3 |
% Copyright 1995-2024 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{pdf.options}
|
6 |
\name{pdf.options}
|
| 7 |
\alias{pdf.options}
|
7 |
\alias{pdf.options}
|
| 8 |
\title{Auxiliary Function to Set/View Defaults for Arguments of pdf}
|
8 |
\title{Auxiliary Function to Set/View Defaults for Arguments of \code{pdf}}
|
| 9 |
\description{
|
9 |
\description{
|
| 10 |
The auxiliary function \code{pdf.options} can be used to set or view
|
10 |
The auxiliary function \code{pdf.options} can be used to set or view
|
| 11 |
(if called without arguments) the default values for some of the
|
11 |
(if called without arguments) the default values for most of the
|
| 12 |
arguments to \code{\link{pdf}}.
|
12 |
arguments to \code{\link{pdf}}.
|
| 13 |
|
13 |
|
| 14 |
\code{pdf.options} needs to be called before calling \code{pdf},
|
14 |
\code{pdf.options} needs to be called before calling \code{pdf},
|
| 15 |
and the default values it sets can be overridden by supplying
|
15 |
and the default values it sets can be overridden by supplying
|
| 16 |
arguments to \code{pdf}.
|
16 |
arguments to \code{pdf}.
|
| Line 18... |
Line 18... |
| 18 |
\usage{
|
18 |
\usage{
|
| 19 |
pdf.options(\dots, reset = FALSE)
|
19 |
pdf.options(\dots, reset = FALSE)
|
| 20 |
}
|
20 |
}
|
| 21 |
\arguments{
|
21 |
\arguments{
|
| 22 |
\item{\dots}{arguments \code{width}, \code{height}, \code{onefile},
|
22 |
\item{\dots}{arguments \code{width}, \code{height}, \code{onefile},
|
| 23 |
\code{family}, \code{title}, \code{fonts}, \code{paper},
|
23 |
\code{family}, \code{title}, \code{fonts}, \code{version}, \code{paper},
|
| 24 |
\code{encoding}, \code{pointsize}, \code{bg}, \code{fg},
|
24 |
\code{encoding}, \code{bg}, \code{fg}, \code{pointsize},
|
| 25 |
\code{pagecentre}, \code{useDingbats}, \code{colormodel},
|
25 |
\code{pagecentre}, \code{colormodel}, \code{useDingbats},
|
| - |
|
26 |
\code{useKerning}, \code{fillOddEven}, \code{compress},
|
| 26 |
\code{fillOddEven} and \code{compress} can be supplied.}
|
27 |
\code{timestamp}, \code{producer} and \code{author}
|
| - |
|
28 |
can be supplied.}
|
| 27 |
\item{reset}{logical: should the defaults be reset to their
|
29 |
\item{reset}{logical: should the defaults be reset to their
|
| 28 |
\sQuote{factory-fresh} values?}
|
30 |
\sQuote{factory-fresh} values?}
|
| 29 |
}
|
31 |
}
|
| 30 |
\details{
|
32 |
\details{
|
| 31 |
If both \code{reset = TRUE} and \code{...} are supplied the defaults
|
33 |
If both \code{reset = TRUE} and \code{...} are supplied the defaults
|