trans_dist: Find the transitive distance between two graphs as the number...

Description Usage Arguments Value

View source: R/distance-metrics.R

Description

Find the transitive distance between two graphs as the number of directed paths that differ between graphs x and y

Usage

1
trans_dist(x, y)

Arguments

x

An adjacency matrix

y

An adjacency matrix

Value

Number representing the distance between x and y


bitmask/labnetmet documentation built on Jan. 31, 2020, 2:48 a.m.