examples/batchPlotList2ToPng.R

library(grDevices)

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