Diff of /man/as.ggig.Rd [000000] .. [13df9a]

Switch to unified view

a b/man/as.ggig.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/3-4.other_plot.R
3
\name{as.ggig}
4
\alias{as.ggig}
5
\title{Transfer an igraph object to a ggig}
6
\usage{
7
as.ggig(go, coors = NULL)
8
}
9
\arguments{
10
\item{go}{igraph or meatnet}
11
12
\item{coors}{coordinates for nodes,columns: name, X, Y}
13
}
14
\value{
15
ggig object
16
}
17
\description{
18
Transfer an igraph object to a ggig
19
}
20
\examples{
21
as.ggig(co_net, coors = c_net_layout(co_net)) -> ggig
22
plot(ggig)
23
as.ggig(multi1, coors = c_net_layout(multi1)) -> ggig
24
plot(ggig, labels_num = 0.3)
25
}
26
\seealso{
27
Other plot: 
28
\code{\link{c_net_plot}()},
29
\code{\link{input_cytoscape}()},
30
\code{\link{input_gephi}()},
31
\code{\link{netD3plot}()},
32
\code{\link{olympic_rings_net}()},
33
\code{\link{plot.ggig}()},
34
\code{\link{twocol_edgelist}()},
35
\code{\link{venn_net}()}
36
}
37
\concept{plot}