pal_sf | R Documentation |
'pal_sf' produces sequential or divergent colour palettes based on the 12 original book covers released in the third Ace SF series released between 1984 and 1990.
pal_sf(book = "neuromancer", n = 3, type = "div")
book |
Reference identifier to one of the 12 books. |
n |
Number of colors to return. |
type |
Type of colour palette, either sequential or diverging. |
Vector of colour hex codes.
## Not run:
pal_sf(book = 'green eyes',
n = 6,
type = 'div')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.