Learn R Programming

ggpattern (version 0.2.0)

scale_pattern_continuous: Scales for pattern

Description

Scales for pattern

Usage

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.