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.
parent
object specifying the parent widget to center the message box,
and to get focus when finished.
Value
TRUE
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