valid.eids.networkLite: valid.eids
Usage
# S3 method for networkLite
valid.eids(x, ...)
Value
The sequence seq_len(network.edgecount(x, na.omit = FALSE))
.
Arguments
- x
A networkLite
object.
- ...
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
.