I have a graph, which i would like to split by a node. Which is a presented below.
I am using R tidygraph
. It has morph functionality with to_split
and to_components
, but i couldnot find proper documentation to implement it. Any leads will be helpful.