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