getQualColForVector {PhyloProfile}R 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)

[Package PhyloProfile version 1.4.11 Index]