Learn R Programming

sparsebnUtils (version 0.0.8)

is.zero.edgeList: is.zero

Description

Determines whether or not the object is the same as the null or zero object from its class.

Usage

# S3 method for edgeList
is.zero(x)

is.zero(x)

Arguments

x

a fitted object.

Value

TRUE or FALSE.

Methods (by class)

  • edgeList: Determines whether or not the object represents a null graph with no edges.