Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vennplot-shapes

shapes: internal shape data


Description

a collection of geometric shapes, which defined the edge and label of sets in a Venn plot. use plot_shapes() to see some of them.

Usage

shapes

Format

a tibble with 6 columns

  • nsets: number of sets, from 1-7.

  • type: ellipse, circle or triangle

  • shape_id: to separate different shapes

  • component: each shape has two components, 'setEdge' and 'setLabel'

  • id: to separate edges/labels of a shape. For example, 4 sets shape will have ids of 1-4.

  • xy: coordinates

Source

  • venn:::sets

  • library(VennDiagram)

  • Wiki


ggVennDiagram

A 'ggplot2' Implement of Venn Diagram

v1.1.0
GPL-3
Authors
Chun-Hui Gao [aut, cre] (<https://orcid.org/0000-0002-1445-7939>), Guangchuang Yu [ctb] (<https://orcid.org/0000-0002-6485-8781>), Adrian Dusa [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.