View source: R/SourceCodePTNWNeu.R
spec.dist | R Documentation |
This function calculates the spectral distance between two adjacency matrices of the same dimension.
spec.dist(A, B)
A, B |
adjacency matrices of the same dimension |
This function calculates the spectral distance between two adjacency matrices of the same dimension. The spectral distance is an overall characteristic that can be employed to compare two networks.
the spectral distance between the two adjacency matrices A
and B
A<-create.adjacency.matrix(ExDataA,methodlist=list("Spearman")) B<-create.adjacency.matrix(ExDataB,methodlist=list("Spearman")) spec.dist(A,B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.