Scales for pattern
scale_pattern_continuous(
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
choices = c("stripe", "crosshatch", "circle"),
trans = "identity",
guide = "legend"
)scale_pattern_discrete(
...,
choices = c("stripe", "crosshatch", "circle"),
guide = "legend"
)
See
ggplot2
documentation for more information on scales.
vector of values to choose from.