xmlColorSchemeHandlers {Rggobi} | R Documentation |
This returns a collection of functions that share and update a common set of variables and which process the nodes in an XML input source to extract information about color schemes and create R objects to represent the schemes.
xmlColorSchemeHandlers()
These handlers are passed to xmlTreeParse
.
A list of functions.
colormap |
a function for processing the colormap node
by iterating over its sub-nodes and adding
an entry to the schemes variable. |
getData |
function to access the schemes list
after the processing is complete. |
Duncan Temple Lang
http://www.ggobi.org http://www.ggobi.org/RSggobi