Skip to contents

Push a ggplot object to a PNG file

Usage

push_png(
  g,
  file_name,
  width = 4,
  height = 4,
  ps = 12,
  res = 300,
  dir = "../LTModelPlots/",
  open_file = T
)