This is a collection of functions for extracting full, intra and inter subgraphs of a graph given a list of vertex subsets.
Arguments
- g
An
igraph
object.- vids
A list of integer vectors identifying vertex subsets.
Value
An igraph
object storing a subgraph of type
full, intra or inter.