is.na.networkLite {networkLite} | R Documentation |
networkLite
with Missing Edges OnlyExtract networkLite
with Missing Edges Only
## S3 method for class 'networkLite'
is.na(x)
x |
A |
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.