valid.eids.networkLite {networkLite} | R Documentation |
valid.eids
Description
valid.eids
Usage
## S3 method for class 'networkLite'
valid.eids(x, ...)
Arguments
x |
A |
... |
additional arguments. |
Details
Returns seq_len(network.edgecount(x, na.omit = FALSE))
, to
support the edge attribute assignment operator \%e\%<-
. Note
that the edge id of an edge in x
is simply its row index
within x$el
.
Value
The sequence seq_len(network.edgecount(x, na.omit = FALSE))
.
[Package networkLite version 1.0.5 Index]