Description Usage Arguments Value Author(s) See Also Examples
View source: R/createColorScheme.R
Get color for a list of items
1 | 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
1 2 | 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.