test_congruence: Returns distance congruence between the two graphs

Description Usage Arguments Value Author(s)

Description

This function makes the shortest path matrices for both graphs and determines the correlation between pairwise distance.

Usage

1
test_congruence(graph1, graph2, method = c("distance", "combinatorial")[1])

Arguments

graph1

An object of type igraph or popgraph

graph2

An object of type igraph or popgraph

method

An option on how congruence is to be estimated possible values are 'distance' (a measure of similarity in separation of nodes independent of connectivity, the default) 'structural' a measure of similarity in actual edges, and 'combinatorial' a combinatorial measure of similarity.

Value

A non-parametric rank sum test

Author(s)

Rodney J. Dyer <rjdyer@vcu.edu>


popgraph documentation built on April 14, 2017, 9:58 p.m.