Nothing
linked2col <-
function(dat, position.legend, palette) {
color <- palette
sortID <- sort(as.character(dat$index),decreasing=FALSE,index.return=TRUE)$ix
sortID2 <- sort(sortID, index.return=TRUE)$ix
colorl <- rep(color, length.out=nrow(dat))
return (colorl[sortID2])
}
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.