Transfer an igraph object to a ggig
as.ggig(go, coors = NULL)
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)
#> Warning: Removed 451 rows containing missing values or values outside the scale range
#> (`geom_text()`).
as.ggig(multi1, coors = c_net_layout(multi1)) -> ggig
plot(ggig, labels_num = 0.3)
#> Warning: Removed 96 rows containing missing values or values outside the scale range
#> (`geom_text()`).