paint_palette {paintingr} | R Documentation |
Paintings Palette Generator
paint_palette(name, n, type = c("discrete", "continuous"))
name |
Name of desired palette. Choice are:
|
n |
Number of colors you want. |
type |
Use "discrete" or "continuous". Use "continuous" to automatically interpolate between colors if you want more colors. |
A vector of colors.
paint_palette("Ophelia")
paint_palette("Ophelia", n=3)
paint_palette("Autumn", n=100, type="continuous")