crayons
provides crayon-based color palettes. For
nostalgic uses, consider combining with ggrough or roughsf.
These palettes are not necessarily (and unlikely to be) color-blind friendly. For public-facing work, consider a color-blind friendly package, such as Cory McCartan’s wacolors.
crayons
is available on CRAN and can be installed
using:
install.packages('crayons')
You can also install the development version of crayons from GitHub with:
::install_github('christopherkenny/crayons') remotes
crayons
provides basic ggplot2 scales for
fill
and color
(also aliased as
colour
).
library(ggplot2)
library(crayons)
|>
mpg ggplot() +
geom_point(aes(displ, hwy, colour = class)) +
scale_color_crayons(palette = 'original')
crayons
has many palettes, based on current and
long-gone crayon packs.