l_glyphs_inspector_image {loon} | R Documentation |
Create a Image Glyph Inspector
Description
Inpectors provide graphical user interfaces to oversee and modify plot states
Usage
l_glyphs_inspector_image(parent = NULL, ...)
Arguments
parent |
parent widget path |
... |
state arguments |
Value
widget handle
See Also
Examples
if(interactive()){
i <- l_glyphs_inspector_image()
}
[Package loon version 1.4.1 Index]