View source: R/geom_glyph_ribbon.R
add_glyph_legend | R Documentation |
This function adds a custom legend layer to a ggplot object using the specified aesthetics and parameters.
add_glyph_legend(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
show.legend = NA,
x_minor = NULL,
x_scale = identity,
y_scale = identity,
fill = "black",
color = "black",
linewidth = 0.5,
alpha = 0.8,
global_rescale = TRUE,
inherit.aes = TRUE,
...
)
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
The statistical transformation to use on the data for this layer.
When using a
|
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
|
show.legend |
logical. Should this layer be included in the legends?
|
x_minor |
Aesthetics to map plot coordinates for major and minor glyph components. |
x_scale , y_scale |
The scaling function applied to each set of minor values within a grid cell. Defaults to 'identity'. |
fill |
The fill color for the geometric object. |
color |
The color of the geometric object's border or line. |
linewidth |
The width of the geometric object's line. |
alpha |
The transparency level of the geometric object, ranging from 0 (fully transparent) to 1 (fully opaque). |
global_rescale |
A setting that determines whether to perform rescaling globally or on individual glyphs. |
inherit.aes |
If |
... |
Additional arguments passed on to function. |
A ggplot2 layer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.