Nothing
library(ggplot2)
## list all available fill palettes and their lengths
lengths(ggprism_data$fill_palettes)
## select some colours from a palette
prism_fill_pal(palette = "summer")(4)
## see all the colours in a specific palette
# define a function for convenience
library(scales)
show_palette <- function(palette) {
scales::show_col(
prism_fill_pal(palette = palette)(
attr(prism_fill_pal(palette = palette), "max_n")
)
)
}
# show the colours in the palette "pearl"
show_palette("floral")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.