make.palettes: Convenience function for getting a pretty palette and...

View source: R/tcata.R

make.palettesR Documentation

Convenience function for getting a pretty palette and highlight colours

Description

Make a vector of n pretty colours, and n matching highlight colours.

Usage

make.palettes(n)

Arguments

n

number of colours for each palette

Value

pal A character vector, cv, of colours that look pretty.

pal.light A character vector, cv, of matching highlight colours that look pretty.

Examples

make.palettes(8)

tempR documentation built on Sept. 8, 2023, 5:19 p.m.

Related to make.palettes in tempR...