Nothing
summary.boxclip<-function(object,...){
cat("clipit :",object$clipit, "\n")
cat("total width :",object$width,"\n")
cat("total height :",object$height*2,"\n")
cat("\n")
cat("Full w/o NA: ",object$full,"\n")
cat("Remaining : ",object$rest,"\n")
rest<-round(abs(object$rest/object$full*100),1)
cat (rest,"% values remain \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.