Re: [R-sig-eco] auto graphics saving

2008-07-04 Thread Gavin Simpson
On Fri, 2008-07-04 at 18:45 +0100, Gavin Simpson wrote: > On Fri, 2008-07-04 at 10:00 -0700, Megan O'Rourke wrote: > > I am working on a spatial simulation in R and would like to present a > > movie of my simulation within a ppt presentation. With my current > > knowledge, I can activate "history"

Re: [R-sig-eco] auto graphics saving

2008-07-04 Thread Christian A. Parker
I am not sure about the movie question but for the write table you could just generate a dynamic file name, for example for (i in 1:10) { X<-matrix(1:10,nrow=2) filepath<-paste("c:\\blah\\index",i,".txt",sep="") print(filepath) } -Chris Megan O'Rourke wrote: I am working on a spatial simulat

Re: [R-sig-eco] auto graphics saving

2008-07-04 Thread Gavin Simpson
On Fri, 2008-07-04 at 10:00 -0700, Megan O'Rourke wrote: > I am working on a spatial simulation in R and would like to present a > movie of my simulation within a ppt presentation. With my current > knowledge, I can activate "history" in the graphic output during my > simulation loop and then manu

[R-sig-eco] auto graphics saving

2008-07-04 Thread Megan O'Rourke
I am working on a spatial simulation in R and would like to present a movie of my simulation within a ppt presentation. With my current knowledge, I can activate "history" in the graphic output during my simulation loop and then manually save individual graphical frames of the simulation as pic

Re: [R-sig-eco] help with assignment

2008-07-04 Thread Mike Dunbar
Exactly: STEER WELL CLEAR OF attach(). This is just the sort of problem you can get into. Mike >>> tyler <[EMAIL PROTECTED]> 04/07/2008 00:11 >>> "Olivia LeDee" <[EMAIL PROTECTED]> writes: > Would someone mind helping with the following code: > > 1) After attaching the primary dataset > > ambi1