Scales for pattern_gravity
scale_pattern_gravity_continuous(
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
choices = c("center", "north", "south", "east", "west", "northeast", "northwest",
"southeast", "southwest"),
trans = "identity",
guide = "legend"
)scale_pattern_gravity_discrete(
...,
choices = c("center", "north", "south", "east", "west", "northeast", "northwest",
"southeast", "southwest"),
guide = "legend"
)
See
ggplot2
documentation for more information on scales.
vector of values to choose from.