delete.edges.networkLite {networkLite}R 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.


[Package networkLite version 1.0.5 Index]