naruto_palette | R Documentation |
These are some color palettes from Naruto.
naruto_palette(name, n, direction = 1, type = c("discrete", "continuous"))
name |
Name of desired palette. |
n |
Number of colors desired. |
direction |
Either '1' or '-1'. If '-1' the palette will be reversed. |
type |
Either "continuous" or "discrete". Use continuous if you want to automatically interpolate between colours. |
A vector of colours.
naruto_palette('Team7') naruto_palette('Team7',n=8) ## Not run: naruto_palette("Jiraiya") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.