I wanted to assign or associate each node in the network plot with some real value (say some score) in R
.
Which need to be updated in iterations.
Finally to plot the network graph with size of vertex according to its latest value (score).
Which property of a vertex I can use for this purpose and how?
If it's not possible in igraph
, is there any other way to achieve this purpose in R
?
I'm new to R
. Anybody please help me to sort out this problem.
I create my gaph
I change the weight property , here you can pput yor proper compting process
I modify property width, to visualize the weight effect