inst/examples/sequential/02_plots.R

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()

Try the makeit package in your browser

Any scripts or data that you put into this service are public.

makeit documentation built on April 11, 2025, 5:38 p.m.