delete.edges | R Documentation |
delete.edges()
was renamed to delete_edges()
to create a more
consistent API.
delete.edges(graph, edges)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.