R/structural.properties.R
subgraph.edges.Rd
subgraph.edges() was renamed to subgraph_from_edges() to create a more consistent API.
subgraph.edges()
subgraph_from_edges()
subgraph.edges(graph, eids, delete.vertices = TRUE)
The original graph.
The edge ids of the edges that will be kept in the result graph.
Logical scalar, whether to remove vertices that do not have any adjacent edges in eids.
eids