powered by
graph.add(...)
g1<-graph.ring(10) g2<-graph.tree(10,mode="undirected") g<-graph.add(g1,g2)
Run the code above in your browser using DataLab