Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

process_data

get plot data


Description

get plot data

Usage

process_data(venn, ...)

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

Arguments

venn

a Venn object

...

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

Examples

## Not run: 
 venn <- Venn(list(A=1:3,B=2:5,C=4:8))
 data <- process_data(venn)

## End(Not run)

ggVennDiagram

A 'ggplot2' Implement of Venn Diagram

v1.1.0
GPL-3
Authors
Chun-Hui Gao [aut, cre] (<https://orcid.org/0000-0002-1445-7939>), Guangchuang Yu [ctb] (<https://orcid.org/0000-0002-6485-8781>), Adrian Dusa [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.