l_compoundPaths {loon} | R Documentation |
Get the set of basic path types for loon plots.
Description
Loon's plots are constructed in TCL and identified with a path string appearing in the window containing the plot. The path string begins with a unique identifier for the plot and ends with a suffix describing the type of loon plot being displayed.
The path identifying the plot is the string concatenation of both the identifier and the type.
This function returns the set of the loon path types for compound loon plots.
Usage
l_compoundPaths()
Value
character vector of the compound path types.
See Also
l_basePaths
l_loonWidgets
l_getFromPath
[Package loon version 1.4.1 Index]