I am getting the strength(graph) instead of the degree when calculating the degree(graph) in an undirected weighted network where I have uploaded the data in the form of an edge list. Can somebody help me know why?
Asked
Active
Viewed 43 times
0
-
2can you share example data? – mtoto May 17 '17 at 09:23
-
2... and some code please – user2957945 May 17 '17 at 09:26
-
I am afraid I am not authorised to share the data. But some of the rows representing the edges in the edge list do have duplicates. – Day May 17 '17 at 09:32
-
1you dont need to share your actual data. Create some that reproduces the behaviour you are seeing. http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example gives some pointers on how to do this. – user2957945 May 17 '17 at 09:46