map_palettes: Many palettes generator

map_palettesR Documentation

Many palettes generator

Description

Many palettes generator

Usage

many_palettes(palette, n, type = c("discrete", "continuous"))

Arguments

palette

Name of desired palette. Current choices are: IHEID, Centres, SDGs, ETHZ, RUG, and UZH.

n

Number of colors desired. If omitted, uses all colours.

type

Either "continuous" or "discrete". Use continuous if you want to automatically interpolate between colours.

Value

A graphic display of colours in palette.

Source

Adapted from https://github.com/karthik/wesanderson/blob/master/R/colors.R

Examples

many_palettes()
#many_palettes("IHEID")

manynet documentation built on June 23, 2025, 9:07 a.m.