A grammar of graphics framework built on ‘base’ graphics. It provides a ‘bbplot’ object and a ‘+’ operator to incrementally compose plots from data, aesthetic mappings and layers, then render them using the base plotting system. The package includes common geometric layers (points, lines, segments, bars, histograms, boxplots and tiles), scales for color and other aesthetics, legends, faceting, themes, and significance annotations.
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
Get the released version from CRAN:
install.packages("plotbb")Or the development version from github:
remotes::install_github("YuLab-SMU/plotbb")We welcome any contributions! By participating in this project you agree to abide by the terms outlined in the Contributor Code of Conduct.