spatgraphs-rclustermatrix {spatgraphs}R Documentation

rclustermatrix

Description

Compute the clustermatrix from adjacency matrix. This is a n x n symmetric square matrix with [i,j]=1 indicating that point x_i is in the same component as x_j.

Arguments

e Symmetric adjacency matrix

Details

Date: 2007-03-01
License: GPL v2 or later

Value

The clustermatrix.


[Package spatgraphs version 0.2 Index]