normalize.laplacian: Calculate the Laplacian of a matrix

Description Usage Arguments Value Examples

View source: R/mat_util.R

Description

Calculate the Laplacian of a matrix

Usage

1

Arguments

obj

matrix for which the Laplacian is calculated

...

additional params

Value

returns the Laplacian

Examples

1
2
 W <- matrix(abs(rnorm(10000)), 100, 100)
 lapl.W <- normalize.laplacian(W)

Example output



diffusr documentation built on May 2, 2019, 3:42 a.m.