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, either as a
|
stat |
The statistical transformation to use on the data for this
layer, either as 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 |
Position adjustment, either as a string naming the adjustment
(e.g. |
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.