Nothing
identify.tri<-function(x,...)
{
if(!inherits(x,"tri"))
stop("x must be of class \"tri\"")
labels<-paste("(",x$x,",",x$y,")", sep ="")
identify(x$x,x$y,labels=labels)
}
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.