My original plan was thinking about "splitting" up curve generation with plot generation, however it's a lot easier to just move the code that does curve generation into the model space. This also:
Removes unused functions and code - this will always be available in commit history if you need it in future
Documents exported functions
General tidying up of things
This is enough now for folks with some wrapper code be able to use the models and use their own tools; however I'm not including that in this PR as such will require a bit more thinking about the interfacing, as well as packaging.
My original plan was thinking about "splitting" up curve generation with plot generation, however it's a lot easier to just move the code that does curve generation into the model space. This also:
This is enough now for folks with some wrapper code be able to use the models and use their own tools; however I'm not including that in this PR as such will require a bit more thinking about the interfacing, as well as packaging.