I would like to find all related components of a graph where components have more than one element.
using clusters , gives membership in different clusters, and using cliques does not give connected components.
This is a continuation of
multiple intersection of lists in R
My main goal is to find all groups of lists that have common elements with each other.
Thanks in advance!
r graph igraph connected-components
Dinesh
source share