Nothing
dir.create("plots", showWarnings=FALSE)
results <- scan("results.dat", quiet=TRUE)
png("plots/A.png", width=1600, height=1200, res=200)
hist(results)
dev.off()
png("plots/B.png", width=1600, height=1200, res=200)
boxplot(results)
dev.off()
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.