delete_edges: Delete edges from a networkLite.

delete.edges.networkLiteR Documentation

Delete edges from a networkLite.

Description

Delete edges from a networkLite.

Usage

## S3 method for class 'networkLite'
delete.edges(x, eid, ...)

Arguments

x

A networkLite object.

eid

Edge ids (between 1 and network.edgecount(x, na.omit = FALSE)) to delete in x. Note that the edge id of an edge in x is simply its row index in x$el.

...

additional arguments.

Value

A networkLite object with the specified edges deleted.


networkLite documentation built on April 3, 2025, 11:08 p.m.