saveplot: Save plot to file

View source: R/plotting_functions.R

saveplotR Documentation

Save plot to file

Description

Save plot to file

Usage

saveplot(
  p,
  file = NULL,
  dev = "png",
  width = 3000,
  height = 2500,
  dpi = 300,
  units = "px",
  bg = "white",
  ggsave = TRUE,
  PRINTFUN = print,
  ...
)

Arguments

p

plot

file

filename

dev

device

...

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.