addscores2graph <- function(x,y){
for(i in 1:length(x)){
segments(0,y[i],x[i],y[i],lty=1,lwd=2,col="grey70")
segments(x[i],y[i],x[i],0,lty=1,lwd=2,col="grey70")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.