getStateColors {chromstaR}R Documentation

Get state colors

Description

Get the colors that are used for plotting.

Usage

getStateColors(labels = NULL)

Arguments

labels

Any combination of c("zero-inflation","unmodified","modified", "total", "counts").

Value

A character vector with colors.

See Also

plotting

Examples

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

[Package chromstaR version 1.20.2 Index]