Nothing
`mypolygon` <-structure(function#simple wrapper function to plot colored polygons
###same as \link{polygon}, execept the value for color is taken from the 1st element of the exra column 'col'
(
x, ##<< matrix containing columns X,Y,col
...##<< extra arguments passed to \link{polygon}
){
polygon(x[,c("X","Y")],col=x[1,"col"],...)
})
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.