Jack-H-Buckner / UniversalDiffEq.jl

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

Added vector fields plotting code #5

Closed Jack-H-Buckner closed 3 months ago

Jack-H-Buckner commented 3 months ago

I added code to the ODEAnalysis.jl file that plots vector fields and nullclines for 2d NODE and UDE models. I added two dependencies to the main UniversalDiffEq.jl document (Roots.jl and LaTeXStrings.jl) I also modified one of the examples in the documentation to use these new functions.