I have an equation as below;
dN/dt = N(t)G(t)
G(t)
is given by the equation: dG/dt = a * G
How do I solve this in R, using ode function from deSolve package?
I have an equation as below;
dN/dt = N(t)G(t)
G(t)
is given by the equation: dG/dt = a * G
How do I solve this in R, using ode function from deSolve package?