r-ggplotify
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.
- Versions: 0.1.3
- 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 the latest version of r-ggplotify as follows:
guix install r-ggplotify
Or install a particular version:
guix install r-ggplotify@0.1.3
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.
Badge code
You can use the following badge to inform users of r-ggplotify about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-ggplotify'><img src='https://packages.guix.gnu.org/packages/r-ggplotify/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-ggplotify)
Example Org:
[[https://packages.guix.gnu.org/packages/r-ggplotify][https://packages.guix.gnu.org/packages/r-ggplotify/badges/latest-version.svg]]