Edge shape scales
This set of scales defines new shape scales for edge geoms equivalent to the
ones already defined by ggplot2. See ggplot2::scale_shape()
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_shape
in
the call to the geom - just use shape
.
scale_edge_shape(..., solid = TRUE) scale_edge_shape_discrete(..., solid = TRUE) scale_edge_shape_continuous(...) scale_edge_shape_manual(..., values) scale_edge_shape_identity(..., guide = "none")
... |
Arguments passed on to
|
solid |
Should the shapes be solid, |
values |
a set of aesthetic values to map data values to. The values
will be matched in order (usually alphabetical) with the limits of the
scale, or with |
guide |
Guide to use for this scale. |
A ggproto object inheriting from Scale
Other scale_edge_*:
scale_edge_alpha()
,
scale_edge_colour
,
scale_edge_fill
,
scale_edge_linetype()
,
scale_edge_size()
,
scale_edge_width()
,
scale_label_size()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.