readPicture: Import an RGML file

Description Usage Arguments Value Author(s) See Also

Description

This function reads in an RGML file (produced by PostScriptTrace) and creates a "Picture" object.

Usage

1
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 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.

Value

An object of class "Picture".

Author(s)

Paul Murrell

See Also

PostScriptTrace


pmur002/grimport documentation built on May 25, 2019, 10:20 a.m.