The R Project SVN R

Rev

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

Rev 65568 Rev 66794
Line 4... Line 4...
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{dev2bitmap}
6
\name{dev2bitmap}
7
\alias{dev2bitmap}
7
\alias{dev2bitmap}
8
\alias{bitmap}
8
\alias{bitmap}
-
 
9
 
9
\title{Graphics Device for Bitmap Files via Ghostscript}
10
\title{Graphics Device for Bitmap Files via Ghostscript}
10
\usage{
11
\usage{
11
bitmap(file, type = "png16m", height = 7, width = 7, res = 72,
12
bitmap(file, type = "png16m", height = 7, width = 7, res = 72,
12
       units = "in", pointsize, taa = NA, gaa = NA, \dots)
13
       units = "in", pointsize, taa = NA, gaa = NA, \dots)
13
 
14