plot_shape_edge {ggVennDiagram}R Documentation

Plot the set edge of a VennPlotData

Description

This is for viewing the shape id and appearance of the shape.

Usage

plot_shape_edge(x)

Arguments

x

a VennPlotData object

Value

a ggplot object

Examples

  shape = get_shape_by_id("301")
  plot_shape_edge(shape)

[Package ggVennDiagram version 1.5.2 Index]