scico_palette_show {scico} | R 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)
[Package scico version 1.5.0 Index]