plot_palette: Plot Palette Colours

View source: R/colour_palettes.R

plot_paletteR Documentation

Plot Palette Colours

Description

This function plots a list of colours

Usage

plot_palette(fill, colour = "black", id = NA, limit = 12)

Arguments

fill

Vector. List of colours for fills.

colour

Vector. List of colours for colours.

id

Vector. ID for each color.

limit

Integer. Show only first n values.

Value

Plot with fill colours and colour counter-colours if provided.

See Also

Other Themes: gg_fill_customs(), lares_pal(), theme_lares()

Examples

# Simply pass a vector
pal <- lares_pal("simple")
plot_palette(pal)
# Or fill + color named vector
pal <- lares_pal("pal")
plot_palette(fill = names(pal), colour = as.vector(pal))

laresbernardo/lares documentation built on April 25, 2024, 5:31 a.m.