hallowkm / RxODE

RxODE is an R package that facilitates easy simulations in R
20 stars 13 forks source link

Plotting of model diagrams and various other changes #4

Closed mattfidler closed 8 years ago

mattfidler commented 8 years ago

Thanks for all the useful packages; both the ones you created and the ones you pointed me to. You have a great deal of experience in R.

After reviewing RxODE, I think the it has the following benefits over deSolve:

I think that my patches can provide additional value to your RxODE package:

 d(eff) =
 d(eff)/dt =
 (eff) =
 …..(eff)…. =
 [“a”]=
mattfidler commented 8 years ago

This also allows duplicate d/dt(x) syntax like:

d/dt(x) = ka*depot
d/dt(x) = d/dt(x)-kel*x

Although undocumented (and it doesn't raise an error), this leads to problems and/or errors in the compiled code.

mattfidler commented 8 years ago

This branch is no longer the current branch.