subgraph.edges: Subgraph of a graph

View source: R/structural.properties.R

subgraph.edgesR Documentation

Subgraph of a graph

Description

[Deprecated]

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 eids.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.