Learn R Programming

strvalidator (version 1.3.0)

ggsave_gui: Save image

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

ggplot
plot object.
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.

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

See Also

ggsave