l_basePaths {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 base (non-compound) loon path types.
Usage
l_basePaths()
Value
character vector of the base path types.
See Also
l_compoundPaths
l_getFromPath
l_loonWidgets
[Package loon version 1.4.1 Index]