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.

Value

a numeric vector.

Author(s)

Sebastian Sosa, Ivan Puga-Gonzalez.

References

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

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


ANTs documentation built on July 3, 2022, 1:05 a.m.

Related to mat.lp in ANTs...