ggVennDiagram: A 'ggplot2' Implement of Venn Diagram

Easy-to-use functions to generate 2-7 sets Venn plot in publication quality. 'ggVennDiagram' plot Venn using well-defined geometry dataset and 'ggplot2'. The shapes of 2-4 sets Venn use circles and ellipses, while the shapes of 4-7 sets Venn use irregular polygons (4 has both forms), which are developed and imported from another package 'venn', authored by Adrian Dusa. We provided internal functions to integrate shape data with user provided sets data, and calculated the geometry of every regions/intersections of them, then separately plot Venn in three components: set edges, set labels, and regions. From version 1.0, it is possible to customize these components as you demand in ordinary 'ggplot2' grammar.

Version: 1.1.0
Depends: R (≥ 3.5.0)
Imports: sf, ggplot2, dplyr, stringr, magrittr, methods, purrr, tibble, plotly, RVenn, tidyr, venn
Suggests: testthat (≥ 2.1.0)
Published: 2021-05-07
Author: Chun-Hui Gao ORCID iD [aut, cre], Guangchuang Yu ORCID iD [ctb], Adrian Dusa [ctb]
Maintainer: Chun-Hui Gao <gaospecial at gmail.com>
License: GPL-3
URL: https://github.com/gaospecial/ggVennDiagram
NeedsCompilation: no
Materials: README NEWS
CRAN checks: ggVennDiagram results

Downloads:

Reference manual: ggVennDiagram.pdf
Package source: ggVennDiagram_1.1.0.tar.gz
Windows binaries: r-devel: ggVennDiagram_1.1.0.zip, r-release: ggVennDiagram_1.1.0.zip, r-oldrel: ggVennDiagram_1.1.0.zip
macOS binaries: r-release (arm64): ggVennDiagram_1.1.0.tgz, r-release (x86_64): ggVennDiagram_1.1.0.tgz, r-oldrel: ggVennDiagram_1.1.0.tgz
Old sources: ggVennDiagram archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ggVennDiagram to link to this page.