Learn R Programming

ggVennDiagram (version 1.4.9)

get_shape_data: 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)

Value

a tibble describing specific shape

Arguments

nsets

number of sets

type

type of shape

shape_id

shape id

Examples

Run this code
get_shape_data(nsets = 4, type = "polygon")

Run the code above in your browser using DataLab