knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library(miscpalettes)
The goal of miscpalettes is to have palettes that doesn't fit in other packages.
You can install the developmental version on github,
library(remotes) install_github("EmilHvitfeldt/miscpalettes")
When it is released, it can be downloaded from CRAN with:
install.packages("miscpalettes")
And last but not least a handful of stylistic palettes.
pals::pal.bands( artistic[[1]], artistic[[2]], artistic[[3]], artistic[[4]], artistic[[5]], labels = names(artistic), main = "artistic palettes" )
pals::pal.bands( mschart[[1]], mschart[[2]], mschart[[3]], mschart[[4]], mschart[[5]], mschart[[6]], mschart[[7]], mschart[[8]], mschart[[9]], mschart[[10]], mschart[[11]], mschart[[12]], labels = names(mschart), main = "mschart palettes" )
pals::pal.bands( usfws[[1]], usfws[[2]], usfws[[3]], usfws[[4]], labels = names(usfws), main = "usfws palettes" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.