r-ggplotify 0.1.2
Convert plots to `grob' or `ggplot' object
This package provides tools to convert plot function calls (using expression or formula) to grob
or ggplot
objects that are compatible with the grid
and ggplot2
environment. With this package, we are able to e.g. use cowplot
to align plots produced by base
graphics, grid
, lattice
, vcd
etc. by converting them to ggplot
objects.
- Outputs:
out
- Website: https://github.com/GuangchuangYu/ggplotify
- Licenses: Artistic License 2.0
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-ggplotify 0.1.2
as follows:
guix install r-ggplotify@0.1.2
Or install the latest version:
guix install r-ggplotify
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.