ggsave_gui: Save Image

View source: R/ggsave_gui.r

ggsave_guiR 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

ggsave


OskarHansson/strvalidator documentation built on July 22, 2023, 12:04 p.m.