Logical indicating if it should be checked that the
object is a DAG
result
Either "matrix" of "Matrix" (for a sparse
matrix representation).
amat
Adjacency matrix
Details
Notice: as.adjMAT(g) does the same as as(g, "matrix") but
considerably faster.
maxCliqueMAT applied to an adjacency matrix does the same as
maxClique applied to a graphNEL; but maxCliqueMAT is is
considerably faster. If the matrix is sparse, it will be coerced to a
non-sparse matrix.