Displaying 1 result from an estimated 1 matches for "degrere".
Did you mean:
degree
2008 Dec 28
1
how to get degree according to the name of the node?
Hi all,
I have two networks for the same group of the users.
I want to compare individual's degree in different networks.
But how could I get the degrere of the nodes according to its name?
When I use degree(g1), I could only get a vector of the degree of each node.
But when I turn to g2, I don't know whose degree it is so I can't match it
with the degree(g2).
Now I'm trying to make the users appearing in the edgelist in the same
seque...