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

Switch to unified view

a b/man/input_gephi.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/3-4.other_plot.R
3
\name{input_gephi}
4
\alias{input_gephi}
5
\title{Input a graphml file exported by Gephi}
6
\usage{
7
input_gephi(file)
8
}
9
\arguments{
10
\item{file}{graphml file exported by Gephi}
11
}
12
\value{
13
list contains the igraph object and coordinates
14
}
15
\description{
16
Input a graphml file exported by Gephi
17
}
18
\seealso{
19
Other plot: 
20
\code{\link{as.ggig}()},
21
\code{\link{c_net_plot}()},
22
\code{\link{input_cytoscape}()},
23
\code{\link{netD3plot}()},
24
\code{\link{olympic_rings_net}()},
25
\code{\link{plot.ggig}()},
26
\code{\link{twocol_edgelist}()},
27
\code{\link{venn_net}()}
28
}
29
\concept{plot}