Nothing
summary.voronoi<-function(object,...)
{
if(!inherits(object,"voronoi"))
stop("object must be of class \"voronoi\"")
ans<-list(nn=length(object$x),
nd=length(object$dummy.x),
call=object$call)
class(ans)<-"summary.voronoi"
ans
}
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.