delete.edges {igraph} | R Documentation |
Delete edges from a graph
Description
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
|
[Package igraph version 2.0.3 Index]