Determine if edges in a graph cross groups or stay within groups. This is
similar to the crossings function in igraph, but uses a vector for the split
rather than a communities object.
Usage
crossing2(split, g)
Value
A logical vector indicating for each edge if it crosses groups or
not. For each edge that crosses, it is TRUE, otherwise it is FALSE.
Arguments
split
a vector with a value for each vertex in g, indicating
the group each vertex belongs to