getSimpleTreeSlots {Rggobi}R Documentation

Names of slots to display in VariableInfo object

Description

This returns the names of the slots/elements to display in a tree for this particular type of object. This excludes certain slots that are either not to be shown or to be rendered in a more complex manner in xmlDataTreeViewer.VariableInfo.

Usage

getSimpleTreeSlots(obj)
getSimpleTreeSlots.CategoricalVariableInfo(obj)
getSimpleTreeSlots.RealVariableInfo(obj)
getSimpleTreeSlots.VariableInfo(obj)

Arguments

obj the VariableInfo object

Value

A character vector giving the names of the elements in obj to display as simple tree items.

See Also

Examples



[Package Rggobi version 1.1-3 Index]