# NOT RUN {
## visualize the hub graph
L = huge.generator(graph = "hub")
huge.plot(L$theta)
## visualize the band graph
L = huge.generator(graph = "band",g=5)
huge.plot(L$theta)
## visualize the cluster graph
L = huge.generator(graph = "cluster")
huge.plot(L$theta)
## plot 5 graphs and save the plots as eps files in the tempdir()
huge.plot(L$theta, epsflag = TRUE, cur.num = 5, location = tempdir())
# }
Run the code above in your browser using DataLab