Nothing
color.scale <-
function(fl,color1,color2){
colfunc <- colorRampPalette(c(color1,color2))
cols<-colfunc(length(fl)+1)
scale.fl<-(fl-min(fl))/(max(fl)-min(fl))*length(fl)+1
final.cols<-cols[scale.fl]
}
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.