Scales for area or radius
scale_pattern_size_continuous(
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
range = c(1, 6),
trans = "identity",
guide = "legend"
)scale_pattern_size(
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
range = c(1, 6),
trans = "identity",
guide = "legend"
)
See ggplot2::scale_size
for more information
a numeric vector of length 2 that specifies the minimum and maximum size of the plotting symbol after transformation.