hype_norm_lap_mat: Find the Hyperedge Normalised Laplacian Matrix of a...

View source: R/create_matrices.R

hype_norm_lap_matR Documentation

Find the Hyperedge Normalised Laplacian Matrix of a Hypergraph

Description

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

Usage

hype_norm_lap_mat(hype, as_matrix = TRUE)

Arguments

hype

A hypergraph object

as_matrix

Whether to coerce the result to a simple matrix

Value

The hyperedge normalised laplacian matrix of the hypergraph

Examples

h1 <- example_hype()
hype_norm_lap_mat(h1)

hwarden162/hyper documentation built on Sept. 15, 2022, 5:21 a.m.