loon (version 1.3.3)

l_loon_inspector: Create a loon inspector

Description

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

Usage

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

Run this code
# NOT RUN {
if(interactive()){
i <- l_loon_inspector()
}
# }

Run the code above in your browser using DataLab