The loon inspector is a singleton widget that provids an overview to view and modify the active plot.
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 liketkpackortkplacein order to be displayed. See the examples below.- ...
state arguments, see
l_info_states.
Examples
if(interactive()){
i <- l_loon_inspector()
}
