The loon inspector is a singleton widget that provids an overview to view and modify the active plot.

l_loon_inspector(parent = NULL, ...)

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.

Value

a loon widget

Details

For more information run: l_help("learn_R_display_inspectors")

Examples

if(interactive()){ i <- l_loon_inspector() }