R/3-4.other_plot.R
venn_net.Rd
Venn network
venn_net(tab)
data.frame (row is elements, column is group), or a list (names is group, value is elements)
plot
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 #> No 'from' and 'to' in the colnames(edgelist), use the first two columns as the 'from' and 'to'. plot(v_net)