getStateColors {chromstaR} | R Documentation |
Get the colors that are used for plotting.
getStateColors(labels = NULL)
labels |
Any combination of |
A character vector with colors.
cols <- getStateColors() pie(1:length(cols), col=cols, labels=names(cols))