arrange_in_png: Arrange Plots in PNG file

View source: R/png.R

arrange_in_pngR Documentation

Arrange Plots in PNG file

Description

Arrange ggplot objects with gridExtra::grid.arrange and write the result to a PNG file

Usage

arrange_in_png(plots, filename, ...)

Arguments

plots

list of ggplot objects

filename

full path to the PNG file to be written. The extension ".png" will be automatically appended if it is omitted

...

arguments passed to grid.arrange


KWB-R/kwb.plot documentation built on Oct. 2, 2023, 10:16 p.m.