The 'ggplot2' package provides a strong API for sequentially
building up a plot, but does not concern itself with composition of multiple
plots. 'patchwork' is a package that expands the API to allow for
arbitrarily complex composition of plots by, among others, providing
mathematical operators for combining multiple plots. Other packages that try
to address this need (but with a different approach) are 'gridExtra' and
'cowplot'.
Version: |
1.0.1 |
Imports: |
ggplot2 (≥ 3.0.0), gtable, grid, stats, grDevices, utils, graphics |
Suggests: |
knitr, rmarkdown, gridGraphics, gridExtra, ragg, testthat (≥
2.1.0), vdiffr, covr |
Published: |
2020-06-22 |
Author: |
Thomas Lin Pedersen
[cre, aut] |
Maintainer: |
Thomas Lin Pedersen <thomasp85 at gmail.com> |
BugReports: |
https://github.com/thomasp85/patchwork/issues |
License: |
MIT + file LICENSE |
URL: |
https://patchwork.data-imaginist.com,
https://github.com/thomasp85/patchwork |
NeedsCompilation: |
no |
Materials: |
README NEWS |
CRAN checks: |
patchwork results |