## visualize the hub graph
L = flare.tiger.generator(graph = "hub")
flare.plot(L$theta)
## visualize the band graph
L = flare.tiger.generator(graph = "band",g=5)
flare.plot(L$theta)
## visualize the cluster graph
L = flare.tiger.generator(graph = "cluster")
flare.plot(L$theta)
#show working directory
getwd()
#plot 5 graphs and save the plots as eps files in the working directory
flare.plot(L$theta, epsflag = TRUE, cur.num = 5)Run the code above in your browser using DataLab