Nothing
#Original code by Chris Brunsdon
#Edited by Binbin Lu
shading <- function(breaks,cols=brewer.pal(length(breaks),'Reds'))
{
res=list(breaks=breaks,cols=cols)
class(res) = 'shading'
res
}
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.