Rdocumentation
powered by
Learn R Programming
grImport (version 0.5)
readPicture: Import an RGML file
Description
This function reads in an RGML file (produced by
PostScriptTrace
) and creates a
"Picture"
object.
Usage
readPicture(rgmlFile, ...)
Arguments
rgmlFile
The name of the RGML file.
...
Arguments that are passed to
xmlTreeParse()
for reading the RGML file.
Value
An object of class
"Picture"
.
See Also
PostScriptTrace