showColor {biovizBase} | R Documentation |
Show colors with color string or names of color vectors.
showColor(colors, label = c("color", "name"))
colors |
A color character vector. |
label |
"color" label color with simple color string, and "name" label color with names of the vectors. |
A plot.
Tengfei Yin
## Not run: showColor(getBioColor("CYTOBAND")) ## End(Not run)