getQualColForVector: Get color for a list of items

View source: R/createColorScheme.R

getQualColForVectorR Documentation

Get color for a list of items

Description

Get color for a list of items

Usage

getQualColForVector(x = NULL)

Arguments

x

input list

Value

list of colors for each element (same elements will have the same color)

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

qualitativeColours

Examples

items <- c("a", "b", "c")
getQualColForVector(items)

BIONF/PhyloProfile documentation built on April 14, 2024, 10:39 p.m.