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
getCliques
nonEdgeList
mcs
rip
moralize
jTree
uG <- ug(~me:ve,~me:al,~ve:al,~al:an,~al:st,~an:st) getCliques(uG) amat1 <- as.adjMAT(uG) getCliques(amat1) amat1 <- as.adjMAT(uG, result="Matrix") getCliques(amat1)
Run the code above in your browser using DataLab