get_shape_data: get applicable shape data for Venn object

View source: R/process_data.R

get_shape_dataR Documentation

get applicable shape data for Venn object

Description

ggVennDiagram stores shapes as internal data. You may see all the shapes by using 'plot_shapes()'.

Usage

get_shape_data(nsets, ...)

Arguments

nsets

number of sets

...

Arguments passed on to process_data

venn

a Venn object

Value

a tibble describing specific shape

Examples

get_shape_data(nsets = 3, type == "polygon")


ggVennDiagram documentation built on Aug. 14, 2023, 5:09 p.m.