I was wondering how to get the subgraph corresponding to a specific triad.
E.g., suppose I have a graph g
and that:
triad_census(g)
[1] 16 8 0 10 1 0 0 0 0 0 0 0 0 0 0 0
I'd like to extract graph corresponding to the 5th triad, is to say only triad of type 021U.
I used Igraph, but I'm ok with using another library. Thanks
Suppose I've a directed graph like the following: small directed graph "g"
The unique triad of type 021U I would like to extract using isomorphism should be "Brazil-Spain-Norway".