papa_pal: Creates PJ color palettes for plotting

View source: R/papa_pal.R

papa_palR Documentation

Creates PJ color palettes for plotting

Description

Creates PJ color palettes for plotting

Usage

papa_pal(palette = "main", reverse = FALSE, ...)

Examples

mypalette <- papa_pal('cool')(7)
image(1:7,1,as.matrix(1:7),col=mypalette,xlab="Cool (sequential)",
ylab="",xaxt="n",yaxt="n",bty="n")


ehbick01/bickeltheme documentation built on April 25, 2022, 9:22 a.m.