Description Usage Arguments Value
View source: R/networkGraphs.R
This function removes any graph vertices that are in components that fall outside of the specified component size range.
1 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.