read.undirected.graph: Read an undirected graph from a file
Description
The graph is read from a file and a graphNEL object is built. The format of the input file is a sequence of rows.
Each row corresponds to an edge represented through a pair of vertices separated by blanks, and the weight of the edge.