stitchPlots: Combine PDFs into a single plot using minipages

Description Usage Arguments Details See Also

View source: R/stitchPlots.R

Description

Combine PDFs into a single plot using minipages

Usage

1
stitchPlots(figLst, width, height, figname = "Rplot.pdf")

Arguments

figLst

list of "figures" – see details

width

numeric of length 1, width of the output pdf in inches

height

numeric of length 1, height of the output pdf in inches

figname

character of length 1, output file name/path

Details

Each item in 'figLst' points to the input PDF and provides details about the minipage environment. Each item should include

Figures are all centered, and included in the list order. PDF compiled by xelatex in a temporary directory.

See Also

xelatex, fig2minipage


daynefiler/dlfUtils documentation built on Oct. 22, 2021, 9:49 a.m.