discrete_scale | R Documentation |
Discrete scale constructor
discrete_scale(
aesthetics,
scale_name = deprecated(),
palette,
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
expand = waiver(),
na.translate = TRUE,
na.value = NA,
drop = TRUE,
guide = "legend",
position = "left",
call = caller_call(),
super = ScaleDiscrete
)
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.