Learn R Programming

lares (version 5.2.13)

plot_palette: Plot Palette Colours

Description

This function plots a list of colours

Usage

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

Value

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

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.

...

Additional parameters.

See Also

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

Examples

Run this code
# 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))

Run the code above in your browser using DataLab