is.na: Extract 'networkLite' with Missing Edges Only

is.na.networkLiteR 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 networkLite.

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.


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