Nothing
drawstraightmetabolome <-
function (ppm)
{
avalues<-cbind((5-ppm)/5.4,rep(0,length(ppm)))
lines(avalues, cex = 0.01)
points(avalues, pch = 20)
text(t(c(max(avalues[,1]+0.04), 0)),paste(min(ppm)),cex=0.6)
text(t(c(min(avalues[,1]-0.04), 0)),paste(max(ppm)),cex=0.6)
}
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.