check_scales_collapse | R Documentation |
check_scales_collapse
is a helper function that
is meant to be called after the inherited Facet's
compute_layout method
sidePanelLayout
is a helper function that
is meant to be called after the inherited Facet's
compute_layout method and after check_scales_collapse
S3 class that converts old Facet into one that is compatible with ggside. Can also update ggside on the object. Typically, the new ggproto will inherit from the object being replaced.
check_scales_collapse(data, params)
sidePanelLayout(layout, ggside)
ggside_facet(facet, ggside)
data |
data passed through ggproto object |
params |
parameters passed through ggproto object |
layout |
layout computed by inherited ggproto Facet compute_layout method |
ggside |
ggside object to update |
facet |
Facet ggproto Object to replace |
ggproto object that can be added to a ggplot object
The following is a list ggplot2 facets that are available to use by ggside base.
FacetNull -> FacetSideNull
FacetGrid -> FacetSideGrid
FacetWrap -> FacetSideWrap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.