technocolours: Make a technocolour palette

View source: R/palettes.R

technocoloursR Documentation

Make a technocolour palette

Description

Makes a discrete colour palette of length n from the chosen technocolour palette.

Usage

technocolours(palette, n, interpolate = TRUE)

Arguments

palette

The name of the chosen palette. Choices are from: "bodied", "esther", "hotbot", "ibrik", "poodle", "rush", "x".

n

The integer length of the desired palette. Default value is the length of the specified palette.

interpolate

Boolean. Indicates whether sequential or diverging palettes should interpolate between colours; this argument is not available for qualitative palettes. Default value is TRUE.

Value

A vector of colours.

Examples

technocolours(palette = "rush", n = 6)


sophiemeakin/technocolour documentation built on Nov. 1, 2022, 1:21 a.m.