forked from YuLab-SMU/DOSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netplot.Rd
45 lines (35 loc) · 851 Bytes
/
netplot.Rd
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
38
39
40
41
42
43
44
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/cnetplot.R
\name{netplot}
\alias{netplot}
\title{netplot}
\usage{
netplot(g, vertex.label.font = 2, vertex.label.color = "#666666",
vertex.label.cex = 1.5, layout = layout.fruchterman.reingold,
foldChange = NULL, fixed = TRUE, col.bin = 10, legend.x = 1,
legend.y = 1)
}
\arguments{
\item{g}{igraph object}
\item{vertex.label.font}{font size}
\item{vertex.label.color}{font text color}
\item{vertex.label.cex}{cex of vertex label}
\item{layout}{layout}
\item{foldChange}{fold change}
\item{fixed}{logical}
\item{col.bin}{number of legend color bin}
\item{legend.x}{x-axis position of legend}
\item{legend.y}{y-axis position of legend}
}
\value{
plot
}
\description{
plot network
}
\details{
plot network of igraph object
}
\author{
Yu Guangchuang
}