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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -