scale_colour_paris2024_d | R Documentation |
Function for using Paris2024Colours
colours schemes in ggplot2
.
Use scale_colour_paris2024_d
and
scale_fill_paris2024_d
for discrete scales, and use
scale_colour_paris2024_c
and
scale_fill_paris2024_c
for continuous scales.
scale_colour_paris2024_d(name, reverse = FALSE, ...)
scale_color_paris2024_d(name, reverse = FALSE, ...)
name |
Name of the colour palette. Options are |
reverse |
Whether to reverse colour palette (TRUE) or not (FALSE, default). |
... |
Other arguments passed on to |
A function that returns a discrete colour scale.
library(ggplot2)
ggplot2::ggplot(
data = iris, aes(x = Sepal.Width, y = Sepal.Length, colour = Species)
) +
geom_point() +
scale_colour_paris2024_d("GamesLook")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.