Description Usage Arguments Author(s) Examples
Function lets the user choose a color via a tcltk widget in case it is called with default value of paramater 'continuous'. Otherwise, it plots a grid of differently colored tiles, which can be used to select as many colors as desired by simply clicking at the corresponding tiles.
1  | get.colors(continuous = TRUE)
 | 
continuous | 
 (logical) TRUE = one or multiple colors can be chosen from the RGB color-space via a tcltk-widget FALSE = a grid is drawn where R standard colors can be selected by clicking on colored-tiles  | 
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
1 2 3 4 5 6 7 8 9  | ## get R standard color
 get.colors(FALSE)
## get RGB-code (hexadecimal) via tcltk-widget
 ## Not run: 
     get.colors()
 
## End(Not run)
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.