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

chromstaR documentation built on Nov. 8, 2020, 8:29 p.m.