mat.lp: Laplacian matrix

View source: R/mat.lp.R

mat.lpR Documentation

Laplacian matrix

Description

Create the laplacian matrix of a network.

Usage

mat.lp(M)

Arguments

M

a square adjacency matrix.

Details

Laplacian matrix is the difference between the degrees matrix and the adjacency matrix.

Author(s)

Sebastian Sosa, Ivan Puga-Gonzalez.

References

REF laplacian !!!!!!!!!!!!!!!!

Sosa, S. (2018). Social Network Analysis, in: Encyclopedia of Animal Cognition and Behavior. Springer.


SebastianSosa/ant documentation built on Sept. 23, 2023, 7:06 a.m.