Edge label size scales
This set of scales defines new size scales for edge labels in order to allow for separate sizing of edges and their labels.
scale_label_size_continuous(..., range = c(1, 6)) scale_label_size(..., range = c(1, 6)) scale_label_size_discrete(..., range = c(2, 6)) scale_label_size_manual(..., values) scale_label_size_identity(..., guide = "none")
... |
Arguments passed on to
|
range |
a numeric vector of length 2 that specifies the minimum and maximum size of the plotting symbol after transformation. |
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 |
A function used to create a guide or its name. See
|
A ggproto object inheriting from Scale
Other scale_edge_*:
scale_edge_alpha()
,
scale_edge_colour
,
scale_edge_fill
,
scale_edge_linetype()
,
scale_edge_shape()
,
scale_edge_size()
,
scale_edge_width()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.