Diff of /man/venn_net.Rd [000000] .. [13df9a]

Switch to unified view

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