This function reads in an RGML file (produced by
PostScriptTrace
) and creates a
"Picture"
object.
readPicture(rgmlFile, tidy = TRUE, …)
The name of the RGML file.
Boolean indicating whether to replace non-printing
characters in string values with a full stop. The default is
TRUE
, which is just trying to keep you safe. But I
strongly believe in the user's right to live dangerously.
Arguments that are passed to xmlTreeParse()
for reading the RGML file.
An object of class "Picture"
.