Re: [R] Trouble with compound functions---differential equations

2011-06-15 Thread Aimee Jones
Hey, Thank you for your swift responses, both options work great. Aimee On Wed, Jun 15, 2011 at 11:30 PM, Rolf Turner wrote: > On 16/06/11 11:07, Aimee Jones wrote: > >> Hi all, >> My apologies if this message is incredibly inept but I am very new to both >> computer programming and to R. >> >

Re: [R] Trouble with compound functions---differential equations

2011-06-15 Thread Berend Hasselman
Aimee Jones wrote: > > Hi all, > My apologies if this message is incredibly inept but I am very new to both > computer programming and to R. > > I am working with the odesolve add-on and have the following function > defined > > RVF_Single <- function(t, x, p) > within the script I also have th

Re: [R] Trouble with compound functions---differential equations

2011-06-15 Thread Rolf Turner
On 16/06/11 11:07, Aimee Jones wrote: Hi all, My apologies if this message is incredibly inept but I am very new to both computer programming and to R. I am working with the odesolve add-on and have the following function defined RVF_Single<- function(t, x, p) within the script I also have the

[R] Trouble with compound functions---differential equations

2011-06-15 Thread Aimee Jones
Hi all, My apologies if this message is incredibly inept but I am very new to both computer programming and to R. I am working with the odesolve add-on and have the following function defined RVF_Single <- function(t, x, p) within the script I also have the following functions defined: T1<-funct