continuous_scale | R Documentation |
Continuous scale constructor
continuous_scale(
aesthetics,
scale_name = deprecated(),
palette,
name = waiver(),
breaks = waiver(),
minor_breaks = waiver(),
n.breaks = NULL,
labels = waiver(),
limits = NULL,
rescaler = rescale,
oob = censor,
expand = waiver(),
na.value = NA_real_,
transform = "identity",
trans = deprecated(),
guide = "legend",
position = "left",
call = caller_call(),
super = ScaleContinuous
)
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.