guide_coloursteps2.Rdguide_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"),
...
)A theme object for rendering the guide.
Alpha transparency level.
Logical; should the steps be evenly spaced?
Logical; should the limits be shown?
Direction of the guide ("horizontal" or "vertical").
Logical; should the guide be reversed?
Order of the guide.
Available aesthetics for this guide.
Height of the color bar. Deprecated in ggplot2 3.5.0.
Additional arguments passed to the guide. #' @example R/examples/ex-stat_cut.R