This function selects a specified number of colors from the c4cp color palette.
Examples
palettes <- color_palette()
selected <- select_colors(palettes, 10)
plot(x,y, col = selected[1])
#> Error: object 'x' not found
This function selects a specified number of colors from the c4cp color palette.
palettes <- color_palette()
selected <- select_colors(palettes, 10)
plot(x,y, col = selected[1])
#> Error: object 'x' not found