View source: R/bio_palette_gallery.R
| bio_palette_gallery | R Documentation |
Display palettes from a compiled RDS in a paged gallery format.
bio_palette_gallery(
palette_rds = NULL,
type = c("sequential", "diverging", "qualitative"),
max_palettes = 30,
max_row = 12,
verbose = TRUE
)
palette_rds |
Path to compiled RDS.
Default: internal palettes.rds from |
type |
Palette types to include: "sequential", "diverging", "qualitative" |
max_palettes |
Number of palettes per page (default: 30) |
max_row |
Max colors per row (default: 12) |
verbose |
Whether to print summary/logs (default: TRUE) |
A named list of ggplot objects (one per page)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.