A simple GUI wrapper for ggsave
.
ggsave_gui(ggplot = NULL, name = "", env = parent.frame(),
savegui = NULL, debug = FALSE, parent = NULL)
plot object.
optional string providing a file name.
environment where the objects exist. Default is the current environment.
logical indicating if GUI settings should be saved in the environment.
logical indicating printing debug information.
object specifying the parent widget to center the message box, and to get focus when finished.
TRUE
Simple GUI wrapper for ggsave.