maximum.metric: Calculates the maximum metric

View source: R/SourceCodePTNWNeu.R

maximum.metricR Documentation

Calculates the maximum metric

Description

This function calculates the maximum metric between two adjacency matrices of the same dimension.

Usage

maximum.metric(A, B)

Arguments

A, B

adjacency matrices of the same dimension

Details

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.

Value

the maximum metric between the two adjacency matrices A and B

Examples

A<-create.adjacency.matrix(ExDataA,methodlist=list("Spearman"))
B<-create.adjacency.matrix(ExDataB,methodlist=list("Spearman"))
maximum.metric(A,B)

RomanSchefzik/DNT documentation built on Sept. 11, 2022, 10:29 p.m.