Nothing
print.summary.tri<-function(x,...)
{
cat("triangulation:\n")
cat("Call:", deparse(x$call),"\n")
cat("number of nodes:",x$n,"\n")
cat("number of arcs:",x$na,"\n")
cat("number of boundary nodes:",x$nb,"\n")
cat("number of triangles:",x$nt,"\n")
cat("number of constraints:",x$nc,"\n")
}
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.