ggsave_gui {strvalidator} | R Documentation |
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. |
Details
Simple GUI wrapper for ggsave.
Value
TRUE
See Also
[Package strvalidator version 2.4.1 Index]