clustCoef function

clustCoef

clustCoef

Calculates the cluster coefficient from a network

clustCoef(x)

Arguments

  • x: adjacency matrix

Returns

scaler

Details

Given a network in the form of adjacency matrix, this calculates the cluster coefficient. For a definition of cluster coefficient, please refer to the igraph documentation.

Examples

clustCoef(beach[[1]][, ])

Author(s)

Abhirup

  • Maintainer: Abhirup Mallik
  • License: GPL-3
  • Last published: 2020-11-30

Useful links