Description
ggsave_gui
is a simple GUI wrapper for
ggsave
.Usage
ggsave_gui(ggplot = NULL, name = "", parent = NULL,
env = parent.frame(), savegui = NULL, debug = FALSE)
Arguments
name
optional string providing a file name.
parent
object specifying the parent GUI object to
center the message box.
env
environment where the objects exist. Default
is the current environment.
savegui
logical indicating if GUI settings should
be saved in the environment.
debug
logical indicating printing debug
information.
Details
Simple GUI wrapper for ggsave. NB! Uses a workaround
bypassing the class check for saving 'complex plots': Step
1 is performed in the strvalidator
plot functions.
http://stackoverflow.com/a/20433318/2173340 Step 2 is
performed in this function ggsave_gui
.
http://stackoverflow.com/a/18407452/2173340