l_loon_inspector {loon} | R 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 |
... |
state arguments, see |
Details
For more information run: l_help("learn_R_display_inspectors")
Value
a loon widget
Examples
if(interactive()){
i <- l_loon_inspector()
}
[Package loon version 1.4.1 Index]