View source: R/3-4.other_plot.R
| venn_net | R Documentation |
Venn network
venn_net(tab)
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_cytoscape(),
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.