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 |
eid |
Edge ids (between |
... |
additional arguments. |
Value
A networkLite
object with the specified edges deleted.
[Package networkLite version 1.0.5 Index]