Is there a way to apply a restriction in the neighborhood function:
http://igraph.sourceforge.net/doc/R/neighborhood.html
To only get neighbors that are connected by a given edge threshold? So for example:
- If I want 1st order neighbors with edge weight >= 0.5
- I want all neighbors within second order that are connected with first hop edge weight == 1 and 2nd hop edge weight == 1
Thanks!