Learn R Programming

ggVennDiagram (version 1.2.2)

process_data: get plot data

Description

get plot data

Usage

process_data(venn, ...)

# S4 method for Venn process_data(venn, ...)

Arguments

venn

a Venn object

...

apply filter to internal shapes. i.e. shape_id == "601", type == "polygon"

Examples

Run this code
if (FALSE) {
 venn <- Venn(list(A=1:3,B=2:5,C=4:8))
 data <- process_data(venn)
}

Run the code above in your browser using DataLab