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 Feb. 28, 2025, 5:04 p.m.