global.str: Calculates the difference with respect to global strength

View source: R/SourceCodePTNWNeu.R

global.strR Documentation

Calculates the difference with respect to global strength

Description

This function calculates the difference with respect to the global strength between two adjacency matrices of the same dimension.

Usage

global.str(A, B)

Arguments

A, B

adjacency matrices of the same dimension

Details

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.

Value

the difference with respect to the global strength 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"))
global.str(A,B)

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