powered by
cliques(gmat)
UG
bd
## Two cliques u <- UG(~ a*b*c + c*d*e*g) u cliques(u) ## the same (note that the formula is not of a graphical model) u <- UG(~ a*b+b*c+c*a + c*d*e*g) u cliques(u)
Run the code above in your browser using DataLab