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)

dirmeier/diffusr documentation built on Sept. 23, 2019, 2:55 a.m.