adjacency {Rwclust} | R Documentation |
Generic helper for extracting adjacency matrix from rwclust object.
Description
Generic helper for extracting adjacency matrix from rwclust object.
Usage
adjacency(x)
## Default S3 method:
adjacency(x)
## S3 method for class 'rwclust'
adjacency(x)
Arguments
x |
rwclust object |
Value
Matrix object containing the adjacency matrix of the after the final iteration
[Package Rwclust version 0.1.0 Index]