Nothing
ci.sym <-
function (x,y, xdel=0.2, ydel=0.2, col=1)
{
xc <- c(x - xdel, x, x+xdel)
yc <- c(y-ydel, y, y-ydel)
lines(xc, yc, col=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.