delete.edges.networkLite {networkLite} | R Documentation |
Delete edges from a networkLite.
## S3 method for class 'networkLite'
delete.edges(x, eid, ...)
x |
A |
eid |
Edge ids (between |
... |
additional arguments. |
A networkLite
object with the specified edges deleted.