readXMLColorSchemes {Rggobi} | R Documentation |
This reads an XML document (either a file, string or via
HTTP or FTP)
and process the contents as color schemes.
It creates a list of these colorschemes indexed by their
names. Each element is a ColorScheme
object
with a more specific sub-class.
readXMLColorSchemes(uri, handlers=xmlColorSchemeHandlers())
uri |
the name/identifier for the XML document. |
handlers |
the set of XML node handlers that process the document and create the R data structures representing the color schemes. |
A list with as many elements as there are color schemes.
Each element extends the class ColorScheme
.
Duncan Temple Lang
http://www.ggobi.org http://www.ggobi.org/RSggobi