R/explore_functions.R

makePNG <- function(plt, filename, ht=6, wt=6, ppi=300){
  png(filename, width=wt*ppi, height=ht*ppi, res=ppi)
  print(plt)
  dev.off()
}
jwbannister/seepsVeg documentation built on May 20, 2019, 6:23 a.m.