view_palette | R Documentation |
Various user defined palettes to use. And the function pie_palette() which takes a palette as an argument and returns a pie chart with labels; handy when you only want to pick specific colors from a palette and you don't know what they are yet.
view_palette(palette)
palette |
The palette that you want to visualize |
library(beyonce)
view_palette(my_palette("sb_deep"))
view_palette(beyonce_palette(1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.