Facets as implemented in ggr6 split layer data into
one or more pieces, and generate the list of Panel
objects that contain the list of Scales, the list of
Guides, and a reference to the Coordinate system.
Eventually they will have to also draw the panels (currently
this is the job of the Renderer). The default FacetNull
draws one panel with all of each Layer's data.
train()
Facet$train(data)
reset()
Facet$reset()
panels()
Facet$panels(coord, scales)
panel_data()
Facet$panel_data(data, panel)
clone()
The objects of this class are cloneable with this method.
Facet$clone(deep = FALSE)
deep
Whether to make a deep clone.
ggr6::Facet
-> FacetNull
Inherited methods
train()
FacetNull$train(data)
reset()
FacetNull$reset()
panels()
FacetNull$panels(coord, scales)
panel_data()
FacetNull$panel_data(data, panel)
clone()
The objects of this class are cloneable with this method.
FacetNull$clone(deep = FALSE)
deep
Whether to make a deep clone.