ntriangles function

ntriangles

ntriangles

Calculate number of triangles of a network

ntriangles(x)

Arguments

  • x: square matrix (adjacency matrix)

Returns

scaler, number of triangles

Details

This function calculates the number of triangles in a network given an adjacency matrix. We use igraph for this.

Examples

ntriangles(beach[[1]][, ])

Author(s)

Abhirup

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

Useful links