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

Arguments

labels

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

Value

A character vector with colors.

See Also

plotting

Examples

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

ataudt/chromstaR documentation built on Dec. 26, 2021, 12:07 a.m.