scico_palette_show: Show the different scico palettes

View source: R/palette.R

scico_palette_showR Documentation

Show the different scico palettes

Description

This is a simple function to show a gradient of the different palettes available in the scico package

Usage

scico_palette_show(
  palettes = scico_palette_names(categorical),
  categorical = FALSE,
  n = if (categorical) 6 else 100
)

Arguments

palettes

One or more palette names to show

categorical

Boolean. Should the categorical palettes be returned

n

How many colours should be shown

Examples


scico_palette_show()
scico_palette_show(categorical = TRUE)


thomasp85/scico documentation built on Aug. 25, 2023, 9:56 p.m.