| .scale_fill_viridis_continuous | R Documentation |
Scale Fill for Viridis Continuous Data
.scale_fill_viridis_continuous(
name = "Assurance",
limits = c(0, 1),
breaks = seq(0, 1, 0.2),
labels = scales::percent_format(accuracy = 1)
)
name |
Legend title |
limits |
Numeric vector length 2 for limits |
breaks |
Numeric vector for breaks |
labels |
Function or vector for labels |
ggplot2 fill scale object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.