View source: R/createColorScheme.R
getQualColForVector | 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
qualitativeColours
items <- c("a", "b", "c")
getQualColForVector(items)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.