The R Project SVN R

Rev

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

Rev 68948 Rev 75103
Line 1... Line 1...
1
% File src/library/grDevices/man/dev2bitmap.Rd
1
% File src/library/grDevices/man/dev2bitmap.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-2014 R Core Team
3
% Copyright 1995-2018 R Core Team
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}
Line 85... Line 85...
85
  over the default would be to allow semi-transparent colours to be used.
85
  over the default would be to allow semi-transparent colours to be used.
86
 
86
 
87
  For graphics parameters such as \code{"cra"} that need to work in
87
  For graphics parameters such as \code{"cra"} that need to work in
88
  pixels, the default resolution of 72dpi is always used.
88
  pixels, the default resolution of 72dpi is always used.
89
 
89
 
90
#ifdef windows
90
  On Windows only,
91
  Paths for \code{file} and \env{R_GSCMD} which contain spaces are
91
  paths for \code{file} and \env{R_GSCMD} which contain spaces are
92
  mapped to short names \emph{via} \code{\link{shortPathName}}.
92
  mapped to short names \emph{via} \code{\link{shortPathName}}.
93
#endif
-
 
94
}
93
}
95
\value{
94
\value{
96
  None.
95
  None.
97
}
96
}
98
 
97
 
99
\note{
98
\note{
100
#ifdef windows
99
  On Windows,
101
  Use of \code{bitmap} will leave a temporary file (with file name
100
  Use of \code{bitmap} will leave a temporary file (with file name
102
  starting \code{Rbit}).
101
  starting \code{Rbit}).
103
 
102
 
104
#endif
-
 
105
  Although using \code{type = "pdfwrite"} will work for simple plots, it
103
  Although using \code{type = "pdfwrite"} will work for simple plots, it
106
  is not recommended.  Either use \code{\link{pdf}} to produce PDF
104
  is not recommended.  Either use \code{\link{pdf}} to produce PDF
107
  directly, or call \command{ps2pdf -dAutoRotatePages=/None} on the
105
  directly, or call \command{ps2pdf -dAutoRotatePages=/None} on the
108
  output of \code{\link{postscript}}: that command is optimized to do
106
  output of \code{\link{postscript}}: that command is optimized to do
109
  the conversion to PDF in ways that these functions are not.
107
  the conversion to PDF in ways that these functions are not.