The R Project SVN R

Rev

Rev 59039 | Rev 59522 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 59092
Line 15... Line 15...
15
           units = "in", pointsize, \dots,
15
           units = "in", pointsize, \dots,
16
           method = c("postscript", "pdf"), taa = NA, gaa = NA)
16
           method = c("postscript", "pdf"), taa = NA, gaa = NA)
17
}
17
}
18
\arguments{
18
\arguments{
19
  \item{file}{The output file name, with an appropriate extension.}
19
  \item{file}{The output file name, with an appropriate extension.}
20
  \item{type}{The type of bitmap. the default is \code{"png256"}.}
20
  \item{type}{The type of bitmap.}
21
  \item{width, height}{Dimensions of the display region.}
21
  \item{width, height}{Dimensions of the display region.}
22
  \item{res}{Resolution, in dots per inch.}
22
  \item{res}{Resolution, in dots per inch.}
23
  \item{units}{The units in which \code{height} and \code{width} are
23
  \item{units}{The units in which \code{height} and \code{width} are
24
    given.  Can be \code{in} (inches), \code{px} (pixels), \code{cm} or
24
    given.  Can be \code{in} (inches), \code{px} (pixels), \code{cm} or
25
    \code{mm}.}
25
    \code{mm}.}