readPicture {grImport} | R Documentation |
Import an RGML file
Description
This function reads in an RGML file (produced by
PostScriptTrace
) and creates a
"Picture"
object.
Usage
readPicture(rgmlFile, tidy = TRUE, ...)
Arguments
rgmlFile |
The name of the RGML file. |
tidy |
Boolean indicating whether to replace non-printing
characters in string values with a full stop. The default is
|
... |
Arguments that are passed to |
Value
An object of class "Picture"
.
Author(s)
Paul Murrell
See Also
[Package grImport version 0.9-7 Index]