Jack-H-Buckner / UniversalDiffEq.jl

Universal differential equations for ecologists
MIT License
3 stars 0 forks source link

Change returned data from simulated data functions #50

Closed 19fitzna closed 2 weeks ago

19fitzna commented 2 weeks ago

Changed all returned dataframes from simulated data functions to have the expected name for the time column per the default value of the kwargs for model functions (ie. "time")

Added a declaration for data if plot==false in LogisticMap()

Removed R environment files and added them to .gitignore