getStateColors {methimpute}R Documentation

Get state colors

Description

Get the colors that are used for plotting.

Usage

getStateColors(states = NULL)

Arguments

states

A character vector.

Value

A character vector with colors.

See Also

plotting

Examples

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

[Package methimpute version 1.2.0 Index]