vert_norm_lap_mat: Find the Vertex Normalised Laplacian Matrix of a Hypergraph

View source: R/create_matrices.R

vert_norm_lap_matR Documentation

Find the Vertex Normalised Laplacian Matrix of a Hypergraph

Description

As defined by Jurgen Jost and Raffaella Mulas doi: 10.1016/j.aim.2019.05.025

Usage

vert_norm_lap_mat(hype)

Arguments

hype

A hypergraph object

Value

The vertex normalised laplacian matrix of the hypergraph

Examples

h1 <- example_hype()
vert_norm_lap_mat(h1)

rhype documentation built on Aug. 6, 2022, 5:05 p.m.