Package which contains color palettes. Available options are
"RColorBrewer", "viridisLite" or "randomcoloR".
palette
A palette name. brewer.pal for RColorBrewer
or viridis for viridisLite options.
seed
Integer. Number to initialize random number generator.
Author
Rupert A. Collins, Pedro S. Bittencourt
Details
delim_brewer() interpolates over a color palette and returns a vector of random colors
whose length is equal to the sum of unique species delimitation partitions in delim.
For reproducibility, make sure to provide a seed. If not provided, Sys.time
will be used as seed instead. One should also try different seeds to get best color combinations for plotting.