Learn R Programming

networkLite (version 1.0.1)

delete.edges.networkLite: Delete edges from a networkLite.

Description

Delete edges from a networkLite.

Usage

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

Value

A networkLite object with the specified edges deleted.

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.