This package browser is in early development. Mind the rough edges.

r-ggpp

Grammar extensions to ggplot2

This package contains extensions to ggplot2.

  1. Geomas: geom_table, geom_plot and geom_grob add insets to plots using native data coordinates, while geom_table_npc, geom_plot_npc and geom_grob_npc do the same using npc coordinates through new aesthetics npcx and npcy.

  2. Statistics: select observations based on 2D density.

  3. Positions: radial nudging away from a center point and nudging away from a line or curve.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-ggpp/badges/latest-version.svg)](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]]