readPicture {grImport} | R Documentation |
This function reads in an RGML file (produced by
PostScriptTrace
) and creates a
"Picture"
object.
readPicture(rgmlFile, ...)
rgmlFile |
The name of the RGML file. |
... |
Arguments that are passed to xmlTreeParse()
for reading the RGML file. |
An object of class "Picture"
.
Paul Murrell