see.palette: See a color palette with the original painting.

Description Usage Arguments Details Author(s) See Also Examples

View source: R/functions.R

Description

Displays a plot with the specified color palette along with the original painting.

Usage

1
see.palette(artist, painting)

Arguments

artist

A number indicating artist. Artists have a number determined by their order in the package. Check palette.summary to see artists numeric order.

painting

A number indicating painting. Paintings have a number determined by their order in the artist category. Check palette.summary to see paintings numeric order in each artist category.

Details

Arguments artist and painting cannot be vectorized.

Author(s)

Federico A Casale, casale@hhu.de

See Also

palette.summary, see.all.paintings, get.color

Examples

1
2
see.palette(artist=8, painting=2)
see.palette(8, 2)

impressionist.colors documentation built on March 31, 2020, 5:20 p.m.