getSimilarityMatrix: Compute similarity matrix of list of graphs.

Description Usage Arguments Author(s)

View source: R/tools.R

Description

This function computes pair-wise similarity based on common nodes (default) or edges between the graphs passed as a list.

Usage

1
getSimilarityMatrix(g_list, type = "edges")

Arguments

g_list

list of graph objects.

type

type of similarity, either node or edge (default).

Author(s)

Diego Diez


rTRM documentation built on Nov. 8, 2020, 5:52 p.m.