Create an undirected graph from an adjacency list
Source:R/natural_undirected_graph.R
nug_from_adj_list.RdCreate an undirected graph from an adjacency list
See also
Other graph-construction:
nug_from_adj_mat(),
nug_from_edge_list(),
nug_from_grid()