The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Viewing Palettes

Install from CRAN using:

install.packages("PrettyCols")

Or install the development version using:

remotes::install_github("nrennie/PrettyCols")

Then load into R:

library(PrettyCols)

To see the names of all available palettes, run:

names(PrettyColsPalettes)
#>  [1] "Blues"            "Purples"          "Tangerines"       "Greens"          
#>  [5] "Pinks"            "Teals"            "Yellows"          "Reds"            
#>  [9] "PurpleGreens"     "PinkGreens"       "TangerineBlues"   "PurpleTangerines"
#> [13] "PurplePinks"      "TealGreens"       "PurpleYellows"    "RedBlues"        
#> [17] "Bold"             "Dark"             "Light"            "Neon"            
#> [21] "Summer"           "Autumn"           "Winter"           "Rainbow"         
#> [25] "Beach"            "Fun"              "Sea"              "Bright"          
#> [29] "Relax"            "Lucent"           "Lively"           "Joyful"

To see the colours in a specific palette, use the prettycols() function:

prettycols("Tangerines")

By default a discrete palette showing all colours is displayed. Setting type = "continuous" displays a continuous palette, changing n changes the number of colours, and switching direction = -1 reverses the order of colours. For example:

prettycols("Tangerines", n = 50, type = "continuous", direction = -1)

To see all available palettes, run:

view_all_palettes()

or,

view_all_palettes(type == "all")

Palettes are categorised into three types:

Palettes can be viewed by type. For example, to see all sequential colour palettes, run:

view_all_palettes(type = "seq")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.