View source: R/laplacian-spectral.R
Laplacian Spectral Distance
1 2 3 4 5 6 7 8 9 10 11 |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.