rijksPalette.Rd
This function queries the Rijksmuseum collection for paintings and returns a colour palette based on colours from that painting.
rijksPalette(query)
query | Keyword to search for in the collection of the Rijksmuseum |
---|
an object of type rijkspalette
pal <- rijksPalette("Vermeer Letter") plot(pal)barplot(1/sqrt(1:15), col = pal$palette(15))