get_venn_table: Extract Venn diagram data table from ggvenn plot

View source: R/ggvenn.R

get_venn_tableR Documentation

Extract Venn diagram data table from ggvenn plot

Description

Extract Venn diagram data table from ggvenn plot

Usage

get_venn_table(g)

Arguments

g

A ggplot object created by ggvenn()

Value

A data frame containing the Venn diagram intersection data

Examples

library(ggvenn)
g <- ggvenn(list(A = 1:5, B = 4:9, C = c(2:3, 8:12), D = c(1, 5, 9)))
get_venn_table(g)

ggvenn documentation built on Nov. 5, 2025, 7:44 p.m.