Learn R Programming

MetaNet (version 0.2.5)

venn_net: Venn network

Description

Venn network

Usage

venn_net(tab)

Value

plot

Arguments

tab

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

See Also

Other plot: as.ggig(), c_net_plot(), input_cytoscape(), input_gephi(), netD3plot(), olympic_rings_net(), plot.ggig(), twocol_edgelist()

Examples

Run this code
data(otutab, package = "pcutils")
tab <- otutab[400:485, 1:3]
venn_net(tab) -> v_net
plot(v_net)

Run the code above in your browser using DataLab