A list of generators where a generator is a vector of nodes. For
glist2adjMAT a vector (v1,...,vn) means that there are
undirected edges between all nodes. For vpaList2adjMAT,
(v1,...,vn) means that there will be arrows from v2,...,vn to v1.
vn
The names of the vertices in the graphs. These will be the row and
column names of the matrix
result
Either "matrix" or "Matrix" (for a sparse
matrix representation)
Value
An adjacency matrix (or NULL if glist has length 0)