Skip to content

R package with miscellaneous color palettes

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

EmilHvitfeldt/miscpalettes

Repository files navigation

miscpalettes

The goal of miscpalettes is to have palettes that doesn’t fit in other packages.

Installation

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")

Example

Sample of palettes

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"
)

About

R package with miscellaneous color palettes

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages