[7a0be0]: / man / venn_net.Rd

Download this file

36 lines (35 with data), 722 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/3-4.other_plot.R
\name{venn_net}
\alias{venn_net}
\title{Venn network}
\usage{
venn_net(tab)
}
\arguments{
\item{tab}{data.frame (row is elements, column is group), or a list (names is group, value is elements)}
}
\value{
plot
}
\description{
Venn network
}
\examples{
data(otutab, package = "pcutils")
tab <- otutab[400:485, 1:3]
venn_net(tab) -> v_net
plot(v_net)
}
\seealso{
Other plot:
\code{\link{as.ggig}()},
\code{\link{c_net_plot}()},
\code{\link{input_cytoscape}()},
\code{\link{input_gephi}()},
\code{\link{netD3plot}()},
\code{\link{olympic_rings_net}()},
\code{\link{plot.ggig}()},
\code{\link{twocol_edgelist}()}
}
\concept{plot}