get_ja {mina}R Documentation

Get the Jaccard distance between two networks / adjacency matrices.

Description

Get the Jaccard distance between two networks / adjacency matrices.

Usage

get_ja(x, y)

Arguments

x

The network/adjacency matrix of one of the compared condition.

y

The other network/adjacency matrix.

Value

The Jaccard distance between two matrices.


[Package mina version 1.1.11 Index]