getStateColors: Get state colors

Description Usage Arguments Value See Also Examples

View source: R/plotting.R

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))

methimpute documentation built on Nov. 8, 2020, 5:47 p.m.