r-ggpp
Grammar extensions to ggplot2
This package contains extensions to ggplot2.
Geomas:
geom_table
,geom_plot
andgeom_grob
add insets to plots using native data coordinates, whilegeom_table_npc
,geom_plot_npc
andgeom_grob_npc
do the same usingnpc
coordinates through new aestheticsnpcx
andnpcy
.Statistics: select observations based on 2D density.
Positions: radial nudging away from a center point and nudging away from a line or curve.
- Versions: 0.5.8-1
- Website: https://docs.r4photobiology.info/ggpp/
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-ggpp
as follows:
guix install r-ggpp
Or install a particular version:
guix install r-ggpp@0.5.8-1
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-ggpp about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-ggpp'><img src='https://packages.guix.gnu.org/packages/r-ggpp/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-ggpp)
Example Org:
[[https://packages.guix.gnu.org/packages/r-ggpp][https://packages.guix.gnu.org/packages/r-ggpp/badges/latest-version.svg]]