[7a0be0]: / man / as.ggig.Rd

Download this file

38 lines (36 with data), 818 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
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/3-4.other_plot.R
\name{as.ggig}
\alias{as.ggig}
\title{Transfer an igraph object to a ggig}
\usage{
as.ggig(go, coors = NULL)
}
\arguments{
\item{go}{igraph or meatnet}
\item{coors}{coordinates for nodes,columns: name, X, Y}
}
\value{
ggig object
}
\description{
Transfer an igraph object to a ggig
}
\examples{
as.ggig(co_net, coors = c_net_layout(co_net)) -> ggig
plot(ggig)
as.ggig(multi1, coors = c_net_layout(multi1)) -> ggig
plot(ggig, labels_num = 0.3)
}
\seealso{
Other plot:
\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}()},
\code{\link{venn_net}()}
}
\concept{plot}