plot_palette {lares} | R 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. |
... |
Additional parameters. |
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))
[Package lares version 5.2.8 Index]