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