get.adjacency.matrix: get.adjacency.matrix

Description Usage Arguments Value Methods (by class)

View source: R/s3-generics.R

Description

Extracts the adjacency matrix of the associated graph object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'edgeList'
get.adjacency.matrix(x)

get.adjacency.matrix(x)

## S3 method for class 'sparsebnFit'
get.adjacency.matrix(x)

## S3 method for class 'sparsebnPath'
get.adjacency.matrix(x)

Arguments

x

any R object.

Value

matrix

Methods (by class)


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