cairo_pdf_onefile: Same as 'cairo_pdf()' but with a default of 'onefile = TRUE'

View source: R/plot_utils.R

cairo_pdf_onefileR Documentation

Same as cairo_pdf() but with a default of onefile = TRUE

Description

This function is identical to grDevices::cairo_pdf(), except that the onefile argument defaults to TRUE in order to match the default behavior of grDevices::pdf().

Usage

cairo_pdf_onefile(..., onefile = TRUE)

Arguments

onefile, ...

All arguments are passed to grDevices::cairo_pdf().


DarwinAwardWinner/rctutils documentation built on July 22, 2022, 5:19 a.m.