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