getSimpleTreeSlots {Rggobi} | R Documentation |
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
.
getSimpleTreeSlots(obj) getSimpleTreeSlots.CategoricalVariableInfo(obj) getSimpleTreeSlots.RealVariableInfo(obj) getSimpleTreeSlots.VariableInfo(obj)
obj |
the VariableInfo object |
A character vector giving the names of the
elements in obj
to display as simple
tree items.