nord {nord} | R Documentation |
nord palette colors ramped to a specified length
Description
nord palette colors ramped to a specified length
Usage
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
library(nord)
image(volcano, col = nord("aurora", 20))
[Package nord version 1.0.0 Index]