convert_edges_to_adj.Rd
This function takes an edge list and transforms it into an adjacency matrix
convert_edges_to_adj(edges)
the edge list data frame, with 2 or 3 columns (from, to, value)
Ilias Moutsopoulos