getQualColForVector {PhyloProfile} | R Documentation |
Get color for a list of items
getQualColForVector(x = NULL)
x |
input list |
list of colors for each element (same elements will have the same color)
Vinh Tran tran@bio.uni-frankfurt.de
items <- c("a", "b", "c") getQualColForVector(items)