Creates different vectors of related colors that may be useful for figures.

default_colors()

Value

Vector of character strings representing colors, in RGB.

Examples

plot(1:4,rep(1,4),col=default_colors(),pch=19,cex=5)

plot(1:16,rep(1,16),col=default_colors(),pch=19,cex=5)