find_pallette: Find the pallette of your dreams

View source: R/find_pallette.R

find_palletteR Documentation

Find the pallette of your dreams

Description

Find the pallette of your dreams

Usage

find_pallette(min_colours = 0, colourblind_friendly = FALSE, type = NULL)

Arguments

min_colours

Minimum number of colours that the pallette must support

colourblind_friendly

Does the pallette need to be colourblind friendly

type

What type? Allowed values are "categorical", "diverging_discrete" or "sequential_discrete"

Value

A tibble of metadata describing the pallettes found

Examples

find_pallette()
find_pallette(min_colours=12)
find_pallette(type="categorical")

s-andrews/friendlypallettes documentation built on March 26, 2022, 12:35 a.m.