Description Usage Arguments Value Examples
Finds different colors for a corresponding to the first character of each value of a vector.
1 | find.colors(vect, color = NULL)
|
vect |
the vector to find colors for. |
color |
can be a vector of colors (with the same size as the number of groups), if NULL, rainbow scale is chosen |
vector of colors related to vect
1 2 3 | find.colors(c("V1","V3","R22"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.