View source: R/scale_fill_council.R
| scale_color_council | R Documentation |
Adapted from ggplot2::scale_fill_brewer()
scale_color_council(..., aesthetics = "colour")
... |
Arguments passed |
aesthetics |
The names of the aesthetics that this scale works with. |
a Scale object
Other aesthetics:
blue_cascade,
colors,
council.pal(),
council_layout(),
council_pal2(),
map_council_continuous(),
scale_fill_council(),
theme_council()
## Not run:
test <- tibble(x = c(1:8), y = c(1:8), col = c(1:8))
ggplot(test, aes(
x = x, y = y,
col = as.factor(col),
fill = as.factor(col)
)) +
geom_point(size = 4, pch = 21) +
scale_color_council()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.