R Tools for Dynamical Systems ~ bifurcation plot in R for system of ODEs
As per request, here is the code that I wrote to draw bifurcation plots in R. Bifurcation diagrams for discrete maps can be done using this code by James Jones. It is a little easier since approximation is not needed. In the following code, I used the deSolve library to ... [Read more...]