powered by
Finds different colors for a corresponding to the first character of each value of a vector.
find.colors(vect, color = NULL)
the vector to find colors for.
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
# NOT RUN { find.colors(c("V1","V3","R22")) # }
Run the code above in your browser using DataLab