Description Usage Arguments Value Methods (by class)
Extracts the adjacency matrix of the associated graph object.
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)
|
x |
any |
matrix
edgeList: Convert internal edgeList representation to an adjacency matrix
sparsebnFit: Retrieves edges slot and converts to an adjacency matrix
sparsebnPath: Retrieves all edges slots in the solution path, converts to an adjacency matrix, and returns as a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.