ggfun

ggfun provides a collection of extensions and utilities for working with ggplot2 objects. It includes additional geometric layers, theme elements, legend helpers, plot-data utilities, and tools for modifying plot objects.

Installation

Install the released version from CRAN:

install.packages("ggfun")

You can install the development version from GitHub with:

## install.packages("remotes")
remotes::install_github("YuLab-SMU/ggfun")

Features