Re: [R] Environmental problems.

2014-02-25 Thread Duncan Murdoch
Rolf Turner wrote: Somehow I managed *not* to cc to R-help the message that I just sent to you. I thought I'd clicked on "Reply All" but apparently not. And in thrashing around trying to recover, I managed not to get a copy kept in my "Sent Mail"!!! Could I please prevail upon you to pass tha

Re: [R] Environmental problems.

2014-02-25 Thread Duncan Murdoch
On 14-02-25 4:43 PM, Rolf Turner wrote: Please see at end. On 26/02/14 01:13, Duncan Murdoch wrote: On 14-02-25 3:08 AM, Rolf Turner wrote: I have a function that makes use of the ode() function from the "deSolve" package. I am trying to find a way of getting it to put out a "progress repor

Re: [R] Environmental problems.

2014-02-25 Thread Rolf Turner
On 26/02/14 00:56, Enrico Schumann wrote: I did not follow your example, neither do I use the deSolve package; but why not pass an environment as an argument? ## some iterative function that takes another fun as argument outer <- function(fun, ...) { for (i in 1:20)

Re: [R] Environmental problems.

2014-02-25 Thread Rolf Turner
Please see at end. On 26/02/14 01:13, Duncan Murdoch wrote: On 14-02-25 3:08 AM, Rolf Turner wrote: I have a function that makes use of the ode() function from the "deSolve" package. I am trying to find a way of getting it to put out a "progress report" every "t.int" time units (by "progress

Re: [R] Environmental problems.

2014-02-25 Thread Duncan Murdoch
On 14-02-25 3:08 AM, Rolf Turner wrote: I have a function that makes use of the ode() function from the "deSolve" package. I am trying to find a way of getting it to put out a "progress report" every "t.int" time units (by "progress report" I just mean reporting what time it's got up to). I th

Re: [R] Environmental problems.

2014-02-25 Thread Enrico Schumann
On Tue, 25 Feb 2014, Rolf Turner writes: > I have a function that makes use of the ode() function from the > "deSolve" package. I am trying to find a way of getting it to put out > a "progress report" every "t.int" time units (by "progress report" I > just mean reporting what time it's got up to

[R] Environmental problems.

2014-02-25 Thread Rolf Turner
I have a function that makes use of the ode() function from the "deSolve" package. I am trying to find a way of getting it to put out a "progress report" every "t.int" time units (by "progress report" I just mean reporting what time it's got up to). I thought to put code something like the