pltc: Plot a Colour Palette

View source: R/ltc_functions.R

pltcR Documentation

Plot a Colour Palette

Description

Visualizes a selected colour palette as a bar of colours.

Usage

pltc(chromata, ...)

Arguments

chromata

A vector of colours from one of the ltc palettes.

...

Additional arguments passed on to ggplot functions.

Value

A ggplot2 object showing the selected colours.

Examples

## Not run: 
paloma <- ltc("paloma")
pltc(paloma)

## End(Not run)

loukesio/ltc_palettes documentation built on May 12, 2024, 10:49 a.m.