| tate_palette | R Documentation |
A function to generate a colour palette based on the available palettes in
tate.
tate_palette( name, n = NULL, type = "discrete", direction = 1, friendly = FALSE, display = FALSE )
name |
|
n |
|
type |
|
direction |
|
friendly |
|
display |
|
A vector of hex colour codes.
tate_palette(name = "Hockney", display = TRUE) tate_palette(name = "Sargent", n = 1000, type = "continuous", display = TRUE) tate_palette(name = "All", display = TRUE) tate_palette(name = "All", friendly = TRUE, display = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.