Venn network

venn_net(tab)

Arguments

tab

data.frame (row is elements, column is group), or a list (names is group, value is elements)

Value

plot

Examples

data(otutab, package = "pcutils")
tab <- otutab[400:485, 1:3]
venn_net(tab) -> v_net
#> No 'from' and 'to' in the colnames(edgelist), use the first two columns as the 'from' and 'to'.
plot(v_net)