Learn R Programming

networkLite (version 1.1.0)

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

Description

Extract networkLite with Missing Edges Only

Usage

# S3 method for networkLite
is.na(x)

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.

Arguments

x

A networkLite.