rand_pal_c: Get Random Palette from paletteer

View source: R/rand_pal_c.R

rand_pal_cR Documentation

Get Random Palette from paletteer

Description

Get Random Continuous Color Palette

Usage

rand_pal_c(n_colors = 3)

Arguments

n_colors

The minimum number of colors in the palette.

Details

This function pulls a random continuous palette from paletteer that has a minimum length. It returns the name of the palette and the hexcodes.

Value

A list of the package name and the colors

Examples


rand_pal_c(n_colors = 6)


simscr/crsp documentation built on Sept. 29, 2023, 7:09 p.m.