The R Project SVN R

Rev

Rev 27442 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27442 Rev 27625
Line 50... Line 50...
50
 
50
 
51
  Note: despite the name of the functions they can produce PDF \emph{via}
51
  Note: despite the name of the functions they can produce PDF \emph{via}
52
  \code{type = "pdfwrite"}, and the PDF produced is not bitmapped.
52
  \code{type = "pdfwrite"}, and the PDF produced is not bitmapped.
53
 
53
 
54
  For formats which contain a single image, a file specification like
54
  For formats which contain a single image, a file specification like
55
  \code{Rplots\%03d.png} can be used: this is intepreted by GhostScript.
55
  \code{Rplots\%03d.png} can be used: this is interpreted by GhostScript.
56
 
56
 
57
  For \code{dev2bitmap} if just one of \code{width} and \code{height} is
57
  For \code{dev2bitmap} if just one of \code{width} and \code{height} is
58
  specified, the other is chosen to preserve aspect ratio of the
58
  specified, the other is chosen to preserve aspect ratio of the
59
  device being copied.
59
  device being copied.
60
}
60
}