Nothing
ccolors <-
function (k) {
if (k > 7) {
tmp <- grep("gray", colors())
tmp <- c(tmp, grep("grey", colors()))
tmp <- c(tmp, grep("white", colors()))
tmp <- colors()[-tmp]
tmp <- tmp[(1:k) * floor(length(tmp)/k)]
}
else tmp <- palette()[1:k]
return(tmp)
}
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.