to_edgeList: Conversion to edgeList object

Description Usage Arguments Methods (by class)

View source: R/s3-generics.R

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

1
2
3
4
to_edgeList(x)

## S3 method for class 'sparsebnFit'
to_edgeList(x)

Arguments

x

An object of type sparsebnPath, sparsebnFit, graphNEL-class, igraph, or network.

Methods (by class)


sparsebnUtils documentation built on Jan. 27, 2021, 9:05 a.m.