One thing that isn't mentioned is the different programming paradigms.
R seems to be built more toward functional programming, while python seems to be more toward OOP.
With that in mind, it doesn't bother me much about R OOP problems.
One thing that isn't mentioned is the different programming paradigms.
R seems to be built more toward functional programming, while python seems to be more toward OOP.
With that in mind, it doesn't bother me much about R OOP problems.
In the case of rxode2 it is to use very simple syntax for odes
d/dt(central) = -kel*central
In the case of rxode2 it is to use very simple syntax for odes
d/dt(central) = -kel*central