l_hist_inspector_analysis {loon}R Documentation

Create a Histogram Analysis Inspector

Description

Inpectors provide graphical user interfaces to oversee and modify plot states

Usage

l_hist_inspector_analysis(parent = NULL, ...)

Arguments

parent

parent widget path

...

state arguments

Value

widget handle

See Also

l_create_handle

Examples

if(interactive()){

i <- l_hist_inspector_analysis()
}

[Package loon version 1.4.1 Index]