adjacency: Generic helper for extracting adjacency matrix from rwclust...

View source: R/utils.R

adjacencyR 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


Rwclust documentation built on July 25, 2022, 1:05 a.m.