powered by
assemble(..., mode = c("union", "intersection", "difference", "complementer"))
union
intersection
difference
complementer
g1<-graph.ring(10) g2<-graph.tree(10,mode="undirected") assemble(g1,g2,mode="union") assemble(g1,g2,mode="intersection") assemble(g1,g2,mode="difference") assemble(g1,mode="complementer")
Run the code above in your browser using DataLab