Hello,
I have a undirected network containing ca. 200 nodes and 500 edges.
I would like to be able to select the nodes which are common neighbors of a selection of 02 nodes (without selecting nodes that are only connected to 01 of them).
Can you tell me how I can do that?
Thank you