valid.eids.networkLite | R Documentation |
valid.eids
## S3 method for class 'networkLite'
valid.eids(x, ...)
x |
A |
... |
additional arguments. |
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
.
The sequence seq_len(network.edgecount(x, na.omit = FALSE))
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.