Learn R Programming

INetTool (version 0.1.1)

JWmatrix: JWmatrix

Description

This function computes the Jaccard weighted matrix distance between all the pairs of graphs.

Usage

JWmatrix(graphL)

Value

weighted Jaccard distance matrix

Arguments

graphL

list of graphs as igraph objects with the same nodes.

Examples

Run this code
data("graphL_data")
JWmatrix(graphL_data)

Run the code above in your browser using DataLab