getStateColors: Get state colors

Description Usage Arguments Value See Also Examples

Description

Get the colors that are used for plotting.

Usage

1
getStateColors(states = NULL)

Arguments

states

A character vector.

Value

A character vector with colors.

See Also

plotting

Examples

1
2
cols <- getStateColors()
pie(1:length(cols), col=cols, labels=names(cols))

ataudt/methimpute documentation built on May 10, 2019, 2:07 p.m.