plot(<loon>)
|
Plot the current view of any loon plot in the current device. |
plot(<loongraph>)
|
Plot a loon graph object with base R graphics |
loonGrob()
|
Create a grid grob from a loon widget handle |
grid.loon()
|
Create and optionally draw a grid grob from a loon widget handle |
condGrob()
|
Create a named grob or a template grob depending on a test |
l_createCompoundGrob()
|
For the target compound loon plot, creates the final grob from
the class of the `target` and the `arrangeGrob.args` |
l_get_arrangeGrobArgs()
|
For the target (compound) loon plot, determines all arguments
(i.e. including the grobs) to be passed to `gridExtra::arrangeGrob()`
so as to determine the layout in `grid` graphics. |
loonGrob_layoutType()
|
A generic function used to distinguish whether only the locations
of plots will be used to arrange them in a grob, or whether
all arguments to `gridExtra::arrangeGrob()` will be used. |
l_updateGrob() l_instantiateGrob() l_setGrobPlotView()
|
Instantiate a Grob |
as_grid_size()
|
Turn a loon size to a grid size |
l_layer()
|
Loon layers |
l_layer(<density>)
|
Layer Method for Kernel Density Estimation |
l_layer(<map>)
|
Add a Map of class map as Drawings to Loon plot |
l_layer(<Line>)
|
Layer line in Line object |
l_layer(<Lines>)
|
Layer lines in Lines object |
l_layer(<Polygon>)
|
Layer polygon in Polygon object |
l_layer(<Polygons>)
|
Layer polygons in Polygons object |
l_layer(<SpatialLines>)
|
Layer lines in SpatialLines object |
l_layer(<SpatialLinesDataFrame>)
|
Layer lines in SpatialLinesDataFrame object |
l_layer(<SpatialPoints>)
|
Layer points in SpatialPoints object |
l_layer(<SpatialPointsDataFrame>)
|
Layer points in SpatialPointsDataFrame object |
l_layer(<SpatialPolygons>)
|
Layer polygons in SpatialPolygons object |
l_layer(<SpatialPolygonsDataFrame>)
|
Layer polygons in SpatialPolygonDataFrame |
l_graphswitch()
|
Create a graphswitch widget |
l_graphswitch_add()
|
Add a graph to a graphswitch widget |
l_graphswitch_add(<default>)
|
Add a graph that is defined by node names and a from-to edges list |
l_graphswitch_add(<graph>)
|
Add a graph to the graphswitch widget using a graph object |
l_graphswitch_add(<loongraph>)
|
Add a graph to the graphswitch widget using a loongraph object |
l_graphswitch_delete()
|
Delete a graph from the graphswitch widget |
l_graphswitch_get()
|
Return a Graph as a loongraph Object |
l_graphswitch_getLabel()
|
Query Label of a Graph in the Graphswitch Widget |
l_graphswitch_ids()
|
List the ids of the graphs in the graphswitch widget |
l_graphswitch_move()
|
Move a Graph in the Graph List |
l_graphswitch_relabel()
|
Relabel a Graph in the Graphswitch Widget |
l_graphswitch_reorder()
|
Reorder the Positions of the Graphs in the Graph List |
l_graphswitch_set()
|
Change the Graph shown in the Active Graph Widget |
l_ng_ranges()
|
2d navigation graph setup with with dynamic node fitering using a
slider |
l_ng_ranges(<default>)
|
Select 2d spaces with variable associated measures using a slider |
l_ng_ranges(<measures>)
|
2d Navigation Graph Setup with dynamic node fitering using a slider |
l_ng_ranges(<scagnostics>)
|
2d Navigation Graph Setup with dynamic node fitering based on
scagnostic measures and using a slider |
l_ng_plots()
|
2d navigation graph setup with with dynamic node fitering using a
scatterplot matrix |
l_ng_plots(<default>)
|
Select 2d spaces with variable associated measures displayed in
scatterplot matrix |
l_ng_plots(<measures>)
|
2d Navigation Graph Setup with dynamic node fitering using a
scatterplot matrix |
l_ng_plots(<scagnostics>)
|
2d Navigation Graph Setup with dynamic node fitering based on
scagnostic measures and by using a scatterplot matrix |
color_loon()
|
Create a palette with loon's color mapping |
l_colorName()
|
Get Color Names from the Hex Code |
l_hexcolor()
|
Convert color names to their 12 digit hexadecimal color representation |
tkcolors()
|
List the valid Tk color names |
hex12tohex6()
|
Convert 12 hexadecimal digit color representations to 6 hexidecimal digit
color representations |
l_colRemoveAlpha()
|
Convert color representations having an alpha transparency level to 6 digit color
representations |
loon_palette()
|
Loon's color generator for creating color palettes |
l_getColorList()
|
Get loon's color mapping list |
as_hex6color()
|
Return a 6 hexidecimal digit color representations |
l_setColorList()
|
Use custom colors for mapping nominal values to distinct colors |
l_setColorList_ColorBrewer()
|
Set loon's color mapping list to the colors from ColorBrewer |
l_setColorList_baseR()
|
Set loon's color mapping list to the colors from base R |
l_setColorList_ggplot2()
|
Set loon's color mapping list to the colors from ggplot2 |
l_setColorList_hcl()
|
Set loon's color mapping list to the colors from hcl color wheen |
l_setColorList_loon()
|
Set loon's color mapping list to the colors from loon defaults |
l_create_handle()
|
Create a loon object handle |
l_getFromPath()
|
Create loon objects from path name |
l_data()
|
Convert an R data.frame to a Tcl dictionary |
l_widget()
|
Dummy function to be used in the Roxygen documentation |
l_subwin()
|
Create a child widget path |
l_toR()
|
Convert a Tcl Object to some other R object |
l_isLoonWidget()
|
Check if a widget path is a valid loon widget |
l_loonWidgets()
|
Get all active top level loon plots. |
l_basePaths()
|
Get the set of basic path types for loon plots. |
l_compoundPaths()
|
Get the set of basic path types for loon plots. |
l_throwErrorIfNotLoonWidget()
|
Throw an error if string is not associated with a loon widget |
l_Rlist2nestedTclList()
|
Convert an R list to a nested Tcl list |
l_nestedTclList2Rlist()
|
Convert a Nested Tcl List to an R List |
l_toplevel()
|
loon tk top level |
tkcolors()
|
List the valid Tk color names |
glyph_to_pch()
|
Glyph to Pch |
get_font_info_from_tk()
|
Return Font Information |
tcl_img_2_r_raster()
|
A tk Image Object to a Raster Object |