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

Switch to unified view

a b/man/netD3plot.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/3-4.other_plot.R
3
\name{netD3plot}
4
\alias{netD3plot}
5
\title{plot use networkD3}
6
\usage{
7
netD3plot(go, v_class = "v_class", ...)
8
}
9
\arguments{
10
\item{go}{metanet}
11
12
\item{v_class}{which attributes use to be v_class}
13
14
\item{...}{see \code{\link[networkD3]{forceNetwork}}}
15
}
16
\value{
17
D3 plot
18
}
19
\description{
20
plot use networkD3
21
}
22
\examples{
23
data("c_net")
24
plot(co_net2)
25
if (requireNamespace("networkD3")) {
26
  netD3plot(co_net2)
27
}
28
}
29
\seealso{
30
Other plot: 
31
\code{\link{as.ggig}()},
32
\code{\link{c_net_plot}()},
33
\code{\link{input_cytoscape}()},
34
\code{\link{input_gephi}()},
35
\code{\link{olympic_rings_net}()},
36
\code{\link{plot.ggig}()},
37
\code{\link{twocol_edgelist}()},
38
\code{\link{venn_net}()}
39
}
40
\concept{plot}