get_facets {loon} | R Documentation |
Creates a loon plot for each facet from an existing loon plot.
Description
A generic function used by l_facet
when facetting an existing loon plot.
Usage
get_facets(widget, ...)
Arguments
widget |
the loon widget |
... |
other arguments to the function used to create
the loon plot for each facet. Depending on the plot being facetted, these
include the arguments |
Value
A list containing the named components plots
, subtitles
,
child = child
, and new.toplevel
containing the facets as plots
and other relevant information to construct the facetted plot.
See Also
[Package loon version 1.4.3 Index]