The R Project SVN R

Rev

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

Rev 61433 Rev 62671
Line 1... Line 1...
1
% File src/library/graphics/man/rasterImage.Rd
1
% File src/library/graphics/man/rasterImage.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{rasterImage}
6
\name{rasterImage}
7
\alias{rasterImage}
7
\alias{rasterImage}
8
\title{Draw One or More Raster Images}
8
\title{Draw One or More Raster Images}
Line 38... Line 38...
38
  limitations where supported, for example (e.g. for \code{postscript}
38
  limitations where supported, for example (e.g. for \code{postscript}
39
  and \code{X11(type = "Xlib")}) is restricted to opaque colors).
39
  and \code{X11(type = "Xlib")}) is restricted to opaque colors).
40
  Problems with the rendering of raster images have been reported by
40
  Problems with the rendering of raster images have been reported by
41
  users of \code{windows()} devices under Remote Desktop, at least under
41
  users of \code{windows()} devices under Remote Desktop, at least under
42
  its default settings.
42
  its default settings.
-
 
43
 
-
 
44
  You should not expect a raster image to be re-sized when an on-screen
-
 
45
  device is re-sized: whether it is is device-dependent.
43
}
46
}
44
\seealso{
47
\seealso{
45
  \code{\link{rect}},
48
  \code{\link{rect}},
46
  \code{\link{polygon}}, and \code{\link{segments}} and others
49
  \code{\link{polygon}}, and \code{\link{segments}} and others
47
  for flexible ways to draw shapes.
50
  for flexible ways to draw shapes.