View source: R/scale_edge_linetype.R
scale_edge_linetype | R Documentation |
This set of scales defines new linetype scales for edge geoms equivalent to
the ones already defined by ggplot2. See
ggplot2::scale_linetype()
for more information. The different
geoms will know whether to use edge scales or the standard scales so it is
not necessary to write edge_linetype
in the call to the geom - just
use linetype
.
scale_edge_linetype(..., na.value = "blank")
scale_edge_linetype_continuous(...)
scale_edge_linetype_discrete(..., na.value = "blank")
scale_edge_linetype_binned(..., na.value = "blank")
scale_edge_linetype_manual(..., values, breaks = waiver(), na.value = "blank")
scale_edge_linetype_identity(..., guide = "none")
A ggproto object inheriting from Scale
Other scale_edge_*:
scale_edge_alpha()
,
scale_edge_colour
,
scale_edge_fill
,
scale_edge_shape()
,
scale_edge_size()
,
scale_edge_width()
,
scale_label_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.