as.ggig | R Documentation |
Transfer an igraph object to a ggig
as.ggig(go, coors = NULL)
go |
igraph or meatnet |
coors |
coordinates for nodes,columns: name, X, Y |
ggig object
Other plot:
c_net_plot()
,
input_gephi()
,
netD3plot()
,
olympic_rings_net()
,
plot.ggig()
,
twocol_edgelist()
,
venn_net()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.