r-ggplot2 3.5.2
Implementation of the grammar of graphics
Ggplot2 is an implementation of the grammar of graphics in R. It combines the advantages of both base and lattice graphics: conditioning and shared axes are handled automatically, and you can still build up a plot step by step from multiple data sources. It also implements a sophisticated multidimensional conditioning system and a consistent interface to map data to aesthetic attributes.
- Outputs:
out
- Website: https://ggplot2.tidyverse.org
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-ggplot2 3.5.2
as follows:
guix install r-ggplot2@3.5.2
Or install the latest version:
guix install r-ggplot2
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.