laplacian_matrix: Find the Laplacian Matrix of a Hypergraph

View source: R/create_matrices.R

laplacian_matrixR Documentation

Find the Laplacian Matrix of a Hypergraph

Description

Find the Laplacian Matrix of a Hypergraph

Usage

laplacian_matrix(hype)

Arguments

hype

A hypergraph object

Value

The laplacian matrix of the hypergraph

Examples

h1 <- example_hype()
laplacian_matrix(h1)

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