get_shape_data {ggVennDiagram} | R 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")
[Package ggVennDiagram version 1.5.2 Index]