| get_venn_table | R Documentation |
Extract Venn diagram data table from ggvenn plot
get_venn_table(g)
g |
A ggplot object created by ggvenn() |
A data frame containing the Venn diagram intersection data
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.