Learn R Programming

rTRM (version 1.10.2)

getSimilarityMatrix: Compute similarity matrix of list of graphs.

Description

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

Usage

getSimilarityMatrix(g_list, type = "edges")

Arguments

g_list
list of graph objects.
type
type of similarity, either node or edge (default).