Learn R Programming

sparsebnUtils (version 0.0.8)

to_edgeList: Conversion to edgeList object

Description

to_edgeList converts an object to an edgeList object. Works on both fitted objects and graphs themselves. In the first case, every underlying 'edges' component is converted to edgeList. In the second, the conversion applies directly to the object.

Usage

to_edgeList(x)

# S3 method for sparsebnFit to_edgeList(x)

Arguments

Methods (by class)

  • sparsebnFit: description