netD3plot {MetaNet} | R Documentation |
plot use networkD3
Description
plot use networkD3
Usage
netD3plot(go, v_class = "v_class", ...)
Arguments
go |
metanet |
v_class |
which attributes use to be v_class |
... |
see |
Value
D3 plot
See Also
Other plot:
as.ggig()
,
c_net_plot()
,
input_gephi()
,
olympic_rings_net()
,
plot.ggig()
,
twocol_edgelist()
,
venn_net()
Examples
data("c_net")
plot(co_net2)
if (requireNamespace("networkD3")) {
netD3plot(co_net2)
}
[Package MetaNet version 0.1.2 Index]