Skip to contents

Match igraph edge order with matrix data for the purpose of setting edge attributes

Usage

adj_igraph_positions(adj_mat, igraph_object)

Arguments

adj_mat

adjacency matrix

igraph_object

igraph object to modify

Value

matrix object of how actor positions match between the adj_mat and igraph_object

Author

Shahryar Minhas