R/colors.R
default_colors.Rd
Creates different vectors of related colors that may be useful for figures.
default_colors()
Vector of character strings representing colors, in RGB.
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)