powered by
graphNEL
ancestors(set, object) ancestralGraph(set, object) ancestralSet(set, object) children(set, object) closure(set, object) is.complete(object, set) is.decomposition(set, set2, set3, object) is.simplicial(set, object) parents(set, object) simplicialNodes(object)
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) getCliques( uG ) amat1 <- graphNEL2M( uG ) getCliques( amat1 ) amat1 <- graphNEL2M( uG, result="Matrix" ) getCliques( amat1 )
Run the code above in your browser using DataLab