The R Project SVN R

Rev

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

Rev 30655 Rev 30915
Line 3... Line 3...
3
\alias{bitmap}
3
\alias{bitmap}
4
\title{Graphics Device for Bitmap Files via GhostScript}
4
\title{Graphics Device for Bitmap Files via GhostScript}
5
\usage{
5
\usage{
6
bitmap(file, type = "png256", height = 6, width = 6, res = 72,
6
bitmap(file, type = "png256", height = 6, width = 6, res = 72,
7
       pointsize, \dots)
7
       pointsize, \dots)
-
 
8
 
8
dev2bitmap(file, type = "png256", height = 6, width = 6, res = 72,
9
dev2bitmap(file, type = "png256", height = 6, width = 6, res = 72,
9
           pointsize, \dots)
10
           pointsize, \dots)
10
}
11
}
11
\arguments{
12
\arguments{
12
  \item{file}{The output file name, with an appropriate extension.}
13
  \item{file}{The output file name, with an appropriate extension.}