l_loon_inspector: Create a loon inspector

View source: R/inspectors.R

l_loon_inspectorR Documentation

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.

Details

For more information run: l_help("learn_R_display_inspectors")

Value

a loon widget

Examples

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

loon documentation built on July 9, 2023, 5:48 p.m.