guide_coloursteps2 #' @param title A title for the guide.

guide_coloursteps2(
  title = waiver(),
  theme = NULL,
  alpha = NA,
  even.steps = TRUE,
  show.limits = NULL,
  direction = NULL,
  reverse = FALSE,
  order = 0,
  available_aes = c("colour", "color", "fill"),
  barheight = unit(0.9, "npc"),
  ...
)

guide_colorsteps2(
  title = waiver(),
  theme = NULL,
  alpha = NA,
  even.steps = TRUE,
  show.limits = NULL,
  direction = NULL,
  reverse = FALSE,
  order = 0,
  available_aes = c("colour", "color", "fill"),
  barheight = unit(0.9, "npc"),
  ...
)

Arguments

theme

A theme object for rendering the guide.

alpha

Alpha transparency level.

even.steps

Logical; should the steps be evenly spaced?

show.limits

Logical; should the limits be shown?

direction

Direction of the guide ("horizontal" or "vertical").

reverse

Logical; should the guide be reversed?

order

Order of the guide.

available_aes

Available aesthetics for this guide.

barheight

Height of the color bar. Deprecated in ggplot2 3.5.0.

...

Additional arguments passed to the guide. #' @example R/examples/ex-stat_cut.R