View source: R/geom_glyph_ribbon.R
add_ref_lines | R Documentation |
This function draw reference lines that include both major and minor division markers.
add_ref_lines(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
show.legend = NA,
x_major = NULL,
y_major = NULL,
height = "default",
width = "default",
inherit.aes = TRUE,
linewidth = 0.1,
...
)
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. If |
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_major , y_major |
Aesthetics to map plot coordinates for major and minor glyph components. |
height |
The height of each glyph. The 'default' is calculated using the ratio (1:1.618) relative to the 'width', to maintain a consistent aspect ratio. |
width |
The width of each glyph. The 'default' is set to the smallest distance between two consecutive coordinates, converted from meters to degrees of latitude using the Haversine method. |
inherit.aes |
If |
linewidth |
The thickness of the reference line. |
... |
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.