dist_laplacian_spectral: Laplacian Spectral Distance

Description Usage Arguments

View source: R/laplacian-spectral.R

Description

Laplacian Spectral Distance

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
dist_laplacian_spectral(
  graph_1,
  graph_2,
  normed = TRUE,
  kernel = "normal",
  hwhm = 0.011775,
  measure = "jensen-shannon",
  k = NULL,
  which = "LM",
  results_list = FALSE
)

Arguments

graph_1

igraph or matrix object.

graph_2

igraph or matrix object.

normed

Logical parameter for the lorentzian kernel.

kernel

Character indicating kernel type. Can be "normal", "lorentzian", or NULL.

hwhm

Numeric indicating half width at half maximum.

measure

Character indicating measure type. Can be "jensen-shannon" or "euclidean".

k

Numeric indicating number of eigenvalues kept, NULL means all.

which

Character prioritizing which eigenvalues are kept, see get_eigvs below for more.

results_list

Boolean indicating whether to returns just distance if FALSE, list of additional info if TRUE


travisbyrum/disgraph documentation built on May 6, 2021, 9:08 p.m.