how to visualize nodes using in igraph -
i have visualize network , using igraph.
each of vertices has attribute groups vertices clusters. layout graph according links, retain attribute grouping, that, instance, vertices label "a" not mixed vertices label "b".
is there option other tkplot() , manually adjust result, retrieve coordinates , plot final result?
here can find 2 solutions: either set between-cluster , within-cluster edge weights, , apply spring force layout; or iterate on clusters, , apply layout.norm()
set each cluster specific area of plot.
Comments
Post a Comment