Nothing
Segments<-function(mydata,...){
if (is.vector(mydata)) mydata<-matrix(mydata,ncol=4)
segments(mydata[,1],mydata[,2],mydata[,3],mydata[,4],...)
}
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.