GG_save: Save a ggplot2 figure

View source: R/plotting.R

GG_saveR Documentation

Save a ggplot2 figure

Description

Save a ggplot2 figure. Now with a sensible default size (10 x 6.5 inches). Same arguments as ggplot2::ggsave

Usage

GG_save(
  filename,
  plot = last_plot(),
  path = NULL,
  width = 10,
  height = 6.5,
  ...
)

Deleetdk/kirkegaard documentation built on June 8, 2025, 4:09 a.m.