powered by
Venn network
venn_net(tab)
plot
data.frame (row is elements, column is group), or a list (names is group, value is elements)
Other plot: as.ggig(), c_net_plot(), input_gephi(), netD3plot(), olympic_rings_net(), plot.ggig(), twocol_edgelist()
as.ggig()
c_net_plot()
input_gephi()
netD3plot()
olympic_rings_net()
plot.ggig()
twocol_edgelist()
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