Re: [R] sourced plot commands not working

2009-04-08 Thread Gavin Simpson
[Ooops, brain/fingers not well connected today, sent prematurely] On Wed, 2009-04-08 at 10:05 -0400, SHANE MILLER, BLOOMBERG/ 731 LEXIN wrote: > I have source a script running with no errors that ends in these lines: > == > for (i in 2:3) win.graph() > dev.set(2) > levelplot(avg ~ proc

Re: [R] sourced plot commands not working

2009-04-08 Thread Gavin Simpson
On Wed, 2009-04-08 at 10:05 -0400, SHANE MILLER, BLOOMBERG/ 731 LEXIN wrote: > I have source a script running with no errors that ends in these lines: > == > for (i in 2:3) win.graph() > dev.set(2) > levelplot(avg ~ procs * size, rrt, drape=T, > colorkey=T,main="ops/sec",scales=list(x=

[R] sourced plot commands not working

2009-04-08 Thread SHANE MILLER, BLOOMBERG/ 731 LEXIN
I have source a script running with no errors that ends in these lines: == for (i in 2:3) win.graph() dev.set(2) levelplot(avg ~ procs * size, rrt, drape=T, colorkey=T,main="ops/sec",scales=list(x=list(tick.number=15),y=list(log=10))) dev.set(3) levelplot(avg ~ procs * size, ort, drape