Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


rasterpdf (version 0.1.1)

rasterpdf: rasterpdf: Plot Raster Graphics in PDFs.

Description

rasterpdf is an R package to plot raster graphics in PDF files. This can be useful when one needs multipage documents, but the plots contain so many individual elements that use of vector graphics (with grDevices::pdf()) results in inconveniently large file sizes. Internally, rasterpdf plots each individual page as a PNG, and then combines them in one PDF file.

Arguments

Functions

raster_pdf() Opens a raster graphics PDF device.

dev.off() Closes a graphics device.