scale_edge_linetype: Edge linetype scales

Description Usage Arguments Value See Also

Description

This set of scales defines new linetype scales for edge geoms equivalent to the ones already defined by ggplot2. See 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.

Usage

1
2
3
4
5
6
7
8
9

Arguments

...

common discrete scale parameters: name, breaks, labels, na.value, limits and guide. See discrete_scale for more details

na.value

The linetype to use for NA values.

values

a set of aesthetic values to map data values to. If this is a named vector, then the values will be matched based on the names. If unnamed, values will be matched in order (usually alphabetical) with the limits of the scale. Any data values that don't match will be given na.value.

guide

Guide to use for this scale. Defaults to "none".

Value

A ggproto object inheriting from Scale

See Also

Other scale_edge_*: scale_edge_alpha, scale_edge_colour, scale_edge_fill, scale_edge_shape, scale_edge_size, scale_edge_width, scale_label_size


YTLogos/ggraph documentation built on May 6, 2019, 4:37 p.m.