I have a network where edge width represents frequency of interaction between nodes (I have 5 classes there) and I want to visualize just edges with frequency 1, second chart with freq 2,3,... Thats one part.
Second - node size would be degree in one case, betweeness in second and centrality in third.
It means 5 charts for each measure, together 15.
Right now I have to filter edges with certain frequency, same with nodes, then calculate metrics, change size parameter to new numbers, vizualize and export picture. And do the same 15 times..At the beginning I was thinking to have more frequency classes, but this is just so much time and patience consuming...
So I'm just wondering if there is fastest way how to do that...