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