Learn R Programming

strvalidator (version 1.7.0)

ggsave_gui: Save Image

Description

A simple GUI wrapper for ggsave.

Usage

ggsave_gui(ggplot = NULL, name = "", env = parent.frame(), savegui = NULL, debug = FALSE, parent = NULL)

Arguments

ggplot
plot object.
name
optional string providing a file name.
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.
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.

See Also

ggsave