vennplot-shapes: shapes: shape data used to setup Venn plot

vennplot-shapesR Documentation

shapes: shape data used to setup Venn plot

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.

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 documentation built on Aug. 14, 2023, 5:09 p.m.