R/rasterpdf-package.R

#' rasterpdf: Plot Raster Graphics in PDFs.
#'
#' 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.
#'
#' @section Functions:
#'
#' [raster_pdf()] Opens a raster graphics PDF device.
#'
#' [dev.off()] Closes a graphics device.
#'
#' @docType package
#' @name rasterpdf
NULL

Try the rasterpdf package in your browser

Any scripts or data that you put into this service are public.

rasterpdf documentation built on Dec. 2, 2019, 1:11 a.m.