Description Usage Arguments Value Examples
Generate discrete or continuous color palettes from Quentin Tarantino's movies.
1 | tarantino_palette(name, n, type = c("discrete", "continuous"))
|
name |
Name of desired palette. Choices are:
|
n |
Number of colors needed. All colors are extracted and picked from the posts on Movies in Color.
If |
type |
Either "continuous" or "discrete". |
A vector of colours.
1 2 3 | tarantino_palette("KillBillVol1")
tarantino_palette("KillBillVol1", 4)
tarantino_palette("KillBillVol1", 4, "continuous")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.