Nothing
ud_colours <- function(colours = c("grey75", "grey65", "red", "blue", "brown"), colors, gcpal=colorblind_pal()(8)) {
#Allow either colours or colors
if(!missing(colors)) {
if(!missing(colours))
stop("Please specify colours or colors but not both.")
else
colours <- colors
}
list(colours=colours, gcpal=gcpal)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.