applyComponentFilter {VOSONDash} | R Documentation |
This function removes any graph vertices that are in components that fall outside of the specified component size range.
applyComponentFilter(g, component_type = "strong", component_range)
g |
igraph |
component_type |
Character string. Use strongly or weakly connected components by specifying |
component_range |
Numeric vector. Min and max values or size range of component. |
An igraph graph object.