save_pdf: save_pdf

View source: R/save_pdf.R

save_pdfR Documentation

save_pdf

Description

Copies the graphics contents of current device to PDF (a wrapper for dev2.pdf). Default size is 8.5 x 11 in landscape mode.

Usage

save_pdf(file, width = 11, height = 8.5, jpg = FALSE)

Arguments

file

filename to save the image

width

width of pdf image

height

height of pdf image

jpg

convert to 300 dpi .jpg file after pdf save?


jimbrig/jimstools documentation built on Sept. 12, 2022, 12:08 p.m.