laplacian {netprioR}R Documentation

Graph Laplacian

Description

Compute the Laplacian matrix of a graph given its adjacency matrix

Usage

laplacian(x, norm = c("none", "sym", "asym"))

Arguments

x

Adjacency matrix

norm

Type of normalisation

Value

Laplacian matrix

Author(s)

Fabian Schmich


[Package netprioR version 1.14.0 Index]