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
subgraph_from_edges, get_eids, edges, ecount, vcount
subgraph_from_edges
get_eids
edges
ecount
vcount