Package: ggplotify Title: Convert Plot to 'grob' or 'ggplot' Object Version: 0.1.3 Authors@R: c(person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781"))) Description: Convert plot function call (using expression or formula) to 'grob' or 'ggplot' object that compatible to the 'grid' and 'ggplot2' ecosystem. With this package, we are able to e.g. using 'cowplot' to align plots produced by 'base' graphics, 'ComplexHeatmap', 'eulerr', 'grid', 'lattice', 'magick', 'pheatmap', 'vcd' etc. by converting them to 'ggplot' objects. Depends: R (>= 3.4.0) Imports: ggplot2, graphics, grDevices, grid, gridGraphics, rlang, yulab.utils Suggests: aplot, colorspace, cowplot, ggimage, knitr, rmarkdown, lattice, prettydoc, vcd, utils VignetteBuilder: knitr ByteCompile: true License: Artistic-2.0 URL: https://github.com/GuangchuangYu/ggplotify BugReports: https://github.com/GuangchuangYu/ggplotify/issues Encoding: UTF-8 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libuv1-dev Repository: https://guangchuangyu.r-universe.dev Date/Publication: 2025-09-20 02:50:06 UTC RemoteUrl: https://github.com/guangchuangyu/ggplotify RemoteRef: HEAD RemoteSha: 4a319f4f31c8dc880298592299bb853951b82d96 NeedsCompilation: no Packaged: 2026-06-17 11:28:29 UTC; root Author: Guangchuang Yu [aut, cre] (ORCID: ) Maintainer: Guangchuang Yu