binned_scale | R Documentation |
Binning scale constructor
binned_scale(
aesthetics,
scale_name = deprecated(),
palette,
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
rescaler = rescale,
oob = squish,
expand = waiver(),
na.value = NA_real_,
n.breaks = NULL,
nice.breaks = TRUE,
right = TRUE,
transform = "identity",
trans = deprecated(),
show.limits = FALSE,
guide = "bins",
position = "left",
call = caller_call(),
super = ScaleBinned
)
The new scales section of the online ggplot2 book.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.