valid.eids: valid.eids

valid.eids.networkLiteR Documentation

valid.eids

Description

valid.eids

Usage

## S3 method for class 'networkLite'
valid.eids(x, ...)

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.

Value

The sequence seq_len(network.edgecount(x, na.omit = FALSE)).


networkLite documentation built on April 3, 2025, 11:08 p.m.