Description Usage Arguments Value Examples
Utility to return a colour blind sensitive colour palette
1  | GetColourBlindPalette(size = NULL)
 | 
size | 
 = NULL - provide a size to enable colour recycling  | 
a character vector with the colour blind palette codes
1 2 3 4 5 6  | ## Not run: 
cbp<-GetColourBlindPalette()
cbp<-GetColourBlindPalette(size=16)
cbp<-GetColourBlindPalette(size=33)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.