rtist_palette: Artist and painting palette generator

Description Usage Arguments Value Examples

View source: R/colours.R

Description

Pick an artist name and number of colors desired.

Usage

1
rtist_palette(artist, n)

Arguments

artist

Name of desired artist palette. Choices are: raphael, hokusai, vermeer, degas, davinci, vangogh, hopper, klimt, rembrandt, munch, okeeffe, warhol, oldenburg, picasso, pollock

n

Number of colors desired. All palettes have 5 colors. Most color schemes are derived from 10 Color Palettes Based on Famous Paintings. If omitted, will use all colors.

Value

A vector of colors.

Examples

1
2
rtist_palette("warhol")
rtist_palette("pollock", 4)

tomasokal/rtist documentation built on June 20, 2020, 7:25 p.m.