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"
)

Arguments

name, breaks, labels, limits, trans, guide, ...

See ggplot2 documentation for more information on scales.

choices

vector of values to choose from.