neyhart_palette: Custom color palettes

View source: R/palettes.R

neyhart_paletteR Documentation

Custom color palettes

Description

Sample from some of my favorite color palettes

Usage

neyhart_palette(
  name = c("umn1", "umn2", "umn3", "barley", "fall"),
  n,
  type = c("discrete", "continuous")
)

Arguments

name

The name of the palette. See Details for palette name options.

n

The number of desired colors from the palette.

type

The type of palette.

Details

Palette options include:

  • "umn1""University of Minnesota color scheme 1."

  • "umn2""University of Minnesota color scheme 2."

  • "umn3""University of Minnesota color scheme 3."

  • "barley""A color scheme from barley pictures."

  • "fall""An autumnal inspired color scheme"

This function is inspired by wes_palette.


neyhartj/miscRutils documentation built on Jan. 17, 2024, 11:15 a.m.