rijksPalette: Rijkspalette function

Description Usage Arguments Value See Also Examples

View source: R/rijkspalette.R

Description

This function queries the Rijksmuseum collection for paintings and returns a colour palette based on colours from that painting.

Usage

1
rijksPalette(query)

Arguments

query

Keyword to search for in the collection of the Rijksmuseum

Value

an object of type rijkspalette

See Also

tune

explore

Examples

1
2
3
4
pal <- rijksPalette("Vermeer Letter")

plot(pal)
barplot(1/sqrt(1:15), col = pal$palette(15))

vankesteren/rijkspalette documentation built on May 7, 2021, 1:50 p.m.