Scales for pattern_orientation
scale_pattern_orientation_continuous(
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
choices = c("horizontal", "vertical", "radial"),
trans = "identity",
guide = "legend"
)scale_pattern_orientation_discrete(
...,
choices = c("horizontal", "vertical", "radial"),
guide = "legend"
)
See
ggplot2
documentation for more information on scales.
vector of values to choose from.