The loon inspector is a singleton widget that provids an
overview to view and modify the active plot.
Usage
l_loon_inspector(parent = NULL, ...)
Value
a loon widget
Arguments
parent
a valid Tk parent widget path. When the parent widget is
specified (i.e. not NULL) then the plot widget needs to be placed using
some geometry manager like tkpack or tkplace in
order to be displayed. See the examples below.
...
state arguments, see l_info_states.
Details
For more information run: l_help("learn_R_display_inspectors")