search for: ud9ej1cnj

Displaying 1 result from an estimated 1 matches for "ud9ej1cnj".

2012 Mar 22
4
getting multiple plots on a single plot
...t;For 10 million simulations") lines(myvalues_10M$num_sims_per_thread,myvalues_10M$time_per_sim,col="green") dev.off() print(paste("Plot was saved in:", getwd())) This generates a 3 page pdf file with a plot on each page. They look like this : http://s17.postimage.org/ud9ej1cnj/alpha1.png http://s13.postimage.org/7q3snqsrr/alpha2.png http://s14.postimage.org/sf374f12p/alpha3.png I want to plot all the 3 in one graph, in one page with the respective colours - red, blue, and green. Any ideas on how? Thanks, - vihan