Skip to contents

Show a set of palette color Lab

Usage

show_pal(name = "all", n = 5, rev = TRUE, ...)

Arguments

name

Character name of palette in lis_palettes

n

Integer, number of colors

rev

Boolean indicating whether the palette should be reversed

...

Additional arguments passed to seecol()

Details

Name of color palette available

  • ccvi

  • npr

  • blmbrg

  • ctp

  • jama

  • mlobo

  • btran

  • nasa

  • politico

  • mortality

Examples

if (FALSE) {
library(innovar)
# show_pal(name = "nasa",rev = TRUE, n = 5)
show_pal()
}