Learn R Programming

ggVennDiagram (version 1.4.9)

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

Value

a ggplot object

Arguments

x

a VennPlotData object

Examples

Run this code
  shape = get_shape_by_id("301")
  plot_shape_edge(shape)

Run the code above in your browser using DataLab