| is.na.networkLite {networkLite} | R Documentation |
Extract networkLite with Missing Edges Only
Description
Extract networkLite with Missing Edges Only
Usage
## S3 method for class 'networkLite'
is.na(x)
Arguments
x |
A |
Value
A networkLite with the same network size, directedness, and
bipartiteness as x, whose edges are precisely those edges in
x that are missing in x. Edges in the returned
networkLite are marked as not missing.
[Package networkLite version 1.0.5 Index]