Skip to contents

This function takes an adjacency matrix as input and forces it into being symmetric.

Usage

make_symmetric(adj, method = pmax)

Arguments

adj

the adjacency matrix

method

the element-wise function to be applied to the matrix and its transpose; default is pmax

Author

Ilias Moutsopoulos