examples/batchPlotListToPng.R

library(grDevices)

png(filename = "examples/batchPlotList.png",
    width = 640, height = 480, units = "px", pointsize = 12,
    bg = "white")
source("examples/batchPlotList.R");
dev.off();
thomasWeise/plotteR documentation built on May 29, 2019, 5:41 a.m.