pngtemp: pngtemp

View source: R/mu_ggplots2_ext.R

pngtempR Documentation

pngtemp

Description

Wrapper for quickly saving plot to temporary png file. terminate using dev.off()

Usage

pngtemp(
  fn = paste0("~/tmp_work/", getHashString("rplot"), ".png"),
  width = 1024,
  height = 1024,
  ...
)

Arguments

fn

file name

...

see ?png

Value

nothing of particular interest


demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.