ggside_layer | R Documentation |
utility function to make a ggside layer compatible with
ggside
internals
ggside_layer(
geom = NULL,
stat = NULL,
data = NULL,
mapping = NULL,
position = NULL,
params = list(),
inherit.aes = TRUE,
check.aes = TRUE,
check.param = TRUE,
show.legend = NA,
key_glyph = NULL,
side = NULL
)
as_ggside_layer(layer, side)
geom |
The geometric object to use to display the data for this layer.
When using a
|
stat |
The statistical transformation to use on the data for this layer.
When using a
|
data |
The data to be displayed in this layer. There are three options: If A A |
mapping |
Set of aesthetic mappings created by |
position |
A position adjustment to use on the data for this layer. This
can be used in various ways, including to prevent overplotting and
improving the display. The
|
params |
Additional parameters to the |
inherit.aes |
If |
check.aes , check.param |
If |
show.legend |
logical. Should this layer be included in the legends?
|
key_glyph |
A legend key drawing function or a string providing the
function name minus the |
side |
should the resulting |
layer |
a LayerInstance object made from layer |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.