powered by
as.adjMAT(object, result="matrix") graphNEL2adjMAT(object, result="matrix") graphNEL2ftM(object) graphNEL2matrix(object) graphNEL2dgCMatrix(object)
"matrix"
"Matrix"
graphNEL2adjMAT(g, result="matrix")
graphNEL2adjMAT(g, result="Matrix")
as(g, "matrix")
as(g, "Matrix")
edgeList
nonEdgeList
mcs
rip
moralize
jTree
uG <- ug(~me:ve,~me:al,~ve:al,~al:an,~al:st,~an:st) closure("me", uG) maxClique(uG) amat1 <- as.adjMAT(uG) maxCliqueMAT(amat1) amat1 <- as.adjMAT(uG, result="Matrix") maxCliqueMAT(amat1)
Run the code above in your browser using DataLab