get_shape_data: get applicable shape data for Venn object

View source: R/get_shape.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()' or 'get_shapes()'.

Usage

get_shape_data(nsets, type = NULL, shape_id = NULL)

Arguments

nsets

number of sets

type

type of shape

shape_id

shape id

Value

a tibble describing specific shape

Examples

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

ggVennDiagram documentation built on May 29, 2024, 10:21 a.m.