removeVertices {rTRM} | R Documentation |
Remove nodes from a graph and returns the largest component
removeVertices(g, filter, keep.hanging = FALSE)
g |
graph to remove nodes. |
filter |
|
keep.hanging |
(logical) whether to return the largest component or not. |
Diego Diez