muschellij2/smallpdf: Creates small-in-size multi-page PDFs by creating a series of PNG/JPEG/BMP that are then joined together.

This uses ImageMagick to create multi-page PDFs that are smaller in size than using the pdf command for certain plots, e.g. when there 1 million points on a scatter plot. The function creates a series of individual rastered images and concatenates them into the multi-page PDF. These wrapper functions are similar to im.convert in the animation package.

Getting started

Package details

AuthorJohn Muschelli
MaintainerJohn Muschelli <muschellij2@gmail.com>
LicenseGPL-2
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("muschellij2/smallpdf")
muschellij2/smallpdf documentation built on May 23, 2019, 9:55 a.m.