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, ...)

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

Author(s)

Paul Murrell

See Also

PostScriptTrace


[Package grImport version 0.4-5 Index]