项目作者: erocoar

项目描述 :
✂️ Easy half-half geoms in ggplot2
高级语言: R
项目地址: git://github.com/erocoar/gghalves.git
创建时间: 2019-09-03T07:17:13Z
项目社区:https://github.com/erocoar/gghalves

开源协议:Other

下载


R-CMD-check
CRAN_Release_Badge
CRAN_Download_Badge

About

gghalves makes it easy to compose your own half-half plots via ggplot2. Think displaying a boxplot next to jittered points, or violin plots side by side with dotplots.

Installation

gghalves can be installed via GitHub:

  1. if (!require(devtools)) {
  2. install.packages('devtools')
  3. }
  4. devtools::install_github('erocoar/gghalves')

Features

gghalves adds _half_ extensions to selected geoms:

  • geom_half_boxplot
  • geom_half_violin
  • geom_half_point

All of them have a side argument that can be either l for left or r for right half. As a special case there is also geom_half_dotplot to support half dotplots that dodge aesthetics such as fill and colour.

gghalves also works well with other ggplot2 geoms and extensions such as geom_dotplot and ggbeeswarm::geom_beeswarm.

Features

Roadmap

Generally, I hope to add more features over time. If you would like to see a certain feature, please open an issue.