How to extract from a graph many components with..

hi guys,
i want to extract from a graph using the library igraph many components with at least 3 vertex, i have this plot:

i searched that there is a function that seems to be decompose(net_Top100Gene, min.vertex=3) but this function doesn't work.... help me :laughing:

this code return me this error:
Error in xy.coords(x, y, xlabel, ylabel, log) : 'x' is a list, but does not have components 'x' and 'y'

i think because this doesn't find link between gene because this instruction remove them(?)

Theres a tradition of asking you for a reprex, and I will uphold that tradition.
Reprex please !

i solved the problem!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.