Trinity-Automata-Research / dsmodels

The dsmodels domain-specific-language for visualizing dynamical systems in R.
http://www.cs.trinity.edu/~sfogarty/dsmodels/index.html
GNU General Public License v2.0
7 stars 0 forks source link

1-D Support #37

Open sfogarty opened 7 years ago

sfogarty commented 7 years ago

Be able to create the 1-D Cobweb Diagram and Bifurcation Diagram.

cstein1 commented 7 years ago

Objects in this system:

sfogarty commented 7 years ago

For cobweb, add dsrange to compute. Allow for no x or y (then compute automatically)

kmclaren-trinity commented 5 years ago

Code to create 1d Bifurcation is in Examples/1d-bifurcation.

It dosent use the best practice, though. better and simpler way is:

discretize parameter for each value of parameter, take a point, apply 500 times, then get the next 50 iterates in the orbit for each of the 50 iterates plot a point at point (parameter,iterate)