nord: nord palette colors ramped to a specified length

Description Usage Arguments Examples

View source: R/scales.R

Description

nord palette colors ramped to a specified length

Usage

1
nord(palette = "polarnight", n, alpha = 1, reverse = FALSE)

Arguments

palette

Choose from 'nord_palettes' list

n

Number of colors to display

alpha

transparency

reverse

If TRUE, the direction of the colours is reversed.

Examples

1
2
library(nord)
image(volcano, col = nord("aurora", 20))

nord documentation built on Aug. 30, 2019, 1:05 a.m.

Related to nord in nord...