The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.

Vincent van Gogh Color Palettes

The goal of vangogh is to provide users with color palettes inspired by a selection of Vincent van Gogh’s paintings. These palettes also aim to increase the aesthetic appeal of data plots. Each palette contains 5 handpicked colors and were manually added by hex codes.

vangogh palettes can be used in conjunction with ggplot2 or plot to provide colors to data plots (for visualising qualitative data, sequential plots etc).

Some vangogh functions include:

Installation

install.packages("vangogh")

Or the development version

devtools::install_github("cherylisabella/vangogh")

Usage

library("vangogh")
# See all palettes
names(vangogh_palettes)
#>  [1] "StarryNight"      "StarryRhone"      "SelfPortrait"     "CafeTerrace"     
#>  [5] "Eglise"           "Irises"           "SunflowersMunich" "SunflowersLondon"
#>  [9] "Rest"             "Bedroom"          "CafeDeNuit"       "Chaise"          
#> [13] "Shoes"            "Landscape"        "Cypresses"


Palettes and their associated artworks

The Starry Night (1889)

vangogh_palette("StarryNight")

Starry Night Over the Rhône / La Nuit étoilée (1888)

vangogh_palette("StarryRhone")

Self-portrait (1889)

vangogh_palette("SelfPortrait")

Café Terrace at Night (1888)

vangogh_palette("CafeTerrace")

The Church at Auvers (1890)

vangogh_palette("Eglise")

Irises / Les Iris (1889)

vangogh_palette("Irises")

Sunflowers - Munich version (1888)

vangogh_palette("SunflowersMunich")

Sunflowers - London version (1888)

vangogh_palette("SunflowersLondon")

Noon – Rest from Work (1890)

vangogh_palette("Rest")

Bedroom in Arles / Slaapkamer te Arles (1888)

vangogh_palette("Bedroom")

The Night Café / Le Café de nuit (1888)

vangogh_palette("CafeDeNuit")

Van Gogh’s Chair (1888)

vangogh_palette("Chaise")

Shoes (1886)

vangogh_palette("Shoes")

Landscape with Houses (1890)

vangogh_palette("Landscape")

Wheat Field with Cypresses (1889)

vangogh_palette("Cypresses")

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.