View source: R/createColorScheme.R
checkColorPalette | R Documentation |
Check if a color pallete has enough colors for a list of items
checkColorPalette(items, pallete = "Paired")
items |
vector contains list of items |
pallete |
name of color palette |
TRUE if color pallete has enough colors, otherwise FALSE
Vinh Tran tran@bio.uni-frankfurt.de
myItems <- rep("a",3)
checkColorPalette(myItems, "Set1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.