It is a "node list" that is paired with an "edge list" to make a social network using igraph. I however have been difficulty making my data appear weighted, ( I would assume that the individuals within my data set with the highest weights would be centered in a plot, but they have not been in any version I've made. Is there an easy fix to ensure that the igraph plot actually appears weighted instead of random?
Also, what is the meaning of a weight 0 in your context? If it implies no connectivity then it may be sensible to filter it out of the data altogether ?
I am not very familiar with igraph layouts , yes you are correct, filtering all null values would be sensible. Do you have any suggestions as to what igraph layout to use?
I tried to follow some of the similar code you provided with the example.
I've attached my code below and a figure from it.
There are two issues I keep encountering:
Each node moves location in the plot every time the plot line is rerun
The individuals with the lowest number (1:~10) I hypothesized would be central due to their weights being higher. Is there a modification that can be made in the plot to display this?
The vertex size is scaled to the strength of the connections yet yours all seem pretty much the same to my eye, if 1 to 10 are stronger it cant be by very much ?