subgraph.edges {igraph} | R Documentation |
Subgraph of a graph
Description
subgraph.edges()
was renamed to subgraph_from_edges()
to create a more
consistent API.
Usage
subgraph.edges(graph, eids, delete.vertices = TRUE)
Arguments
graph |
The original graph. |
eids |
The edge ids of the edges that will be kept in the result graph. |
delete.vertices |
Logical scalar, whether to remove vertices that do
not have any adjacent edges in |
[Package igraph version 2.1.3 Index]