plot.ltc: Plot a Colour Palette

View source: R/ltc_functions.R

plot.ltcR Documentation

Plot a Colour Palette

Description

Visualizes a selected colour palette as a bar of colours.

Usage

## S3 method for class 'ltc'
plot(x, ...)

Arguments

x

An ltc palette object

...

Additional arguments (currently unused).

Value

A ggplot2 object showing the selected colours.

Examples


# Create and plot a palette
pal <- ltc(paloma)
plot(pal)


ltc documentation built on Jan. 16, 2026, 5:15 p.m.

Related to plot.ltc in ltc...