delete.edges: Delete edges from a graph

View source: R/interface.R

delete.edgesR Documentation

Delete edges from a graph

Description

[Deprecated]

delete.edges() was renamed to delete_edges() to create a more consistent API.

Usage

delete.edges(graph, edges)

Arguments

graph

The input graph.

edges

The edges to remove, specified as an edge sequence. Typically this is either a numeric vector containing edge IDs, or a character vector containing the IDs or names of the source and target vertices, separated by |


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.