plts: Plot a Colour Palette as a Sinus Curve

View source: R/ltc_functions.R

pltsR Documentation

Plot a Colour Palette as a Sinus Curve

Description

Visualizes a selected colour palette as a sinusoidal curve.

Usage

plts(chromata, ...)

Arguments

chromata

A vector of colours from one of the ltc palettes.

...

Additional arguments passed on to ggplot functions.

Value

A sinusoidal curve with the selected colors.

Examples

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

## End(Not run)

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