xmlDataViewer {Rggobi}R Documentation

GUI view of GGobi XML input

Description

A GUI for displaying the contents of a GGobi input data in XML format. This displays a hierarchical view of the different datasets and their variables and the details of these such as the name, extrema, descriptions, etc.

Usage

xmlDataViewer(fileName = "~/Projects/ggobi/ggobi/data/eies.xml",
               callback = function(obj, w) { guiShow(obj)})

Arguments

fileName the URI of the XML input source, typically just a file name. This can be a string giving the XML directly or also a URL.
callback callback function that is invoked when the user selects a node in the tree view. This is passed to xmlDataTreeViewer

Value

A list containing

win the GtkWindow created to display the hierarchy.
tr the GtkTree object created in the call to xmlDataTreeViewer

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org http://www.ggobi.org/RSggobi

See Also

readXMLColorSchemes

Examples

  xmlDataViewer(system.file("data", "buckyball.xml", package = "Rggobi"))

[Package Rggobi version 1.1-2 Index]