aboutsummaryrefslogtreecommitdiff
path: root/R/plot.mixed.mmkin.R
AgeCommit message (Collapse)AuthorFilesLines
2021-02-24Reset graphical parameters with on.exit()Johannes Ranke1-0/+1
plot.mixed.mmkin did not reset graphical parameters at all. The other plotting functions did not use on.exit, so this change should make the use of the plotting functions safer.
2021-02-06Reintroduce interface to saemixJohannes Ranke1-1/+22
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed.
2021-02-03Prepare for v1.0.0v1.0.0Johannes Ranke1-22/+1
- Improve authorship and copyright information - Prepare pkgdown config - Remove dependence on saemix as we need the development version which is not ready for CRAN - Temporarily remove saemix interface to check code coverage of the rest
2021-01-25Some more plotting improvementsJohannes Ranke1-5/+5
2020-12-21plot.mixed: Possibility to overlay predictionsJohannes Ranke1-6/+31
2020-12-08mixed.mmkin and test coverageJohannes Ranke1-20/+41
2020-11-13Fixed plotting of non-analytical solutions in saemJohannes Ranke1-5/+3
2020-11-12mkindsg class to hold groups of datasetsJohannes Ranke1-1/+1
- D24_2014 dataset on aerobic soil degradation of 2,4-D from the EU assessment as mkindsg object with metadata - f_time_norm_focus() to do time-step normalisation using the FOCUS method - focus_soil_moisture data with default moisture contents at pF1, pF 2 and pF 2.5 for USDA soil types from FOCUS GW guidance - Dataset generation scripts in inst/dataset_generation - Depend on R >= 2.15.1 in order to facilitate the use of utils::globalVariables()
2020-11-09saemix.mmkin and nlme.mmkin inherit from mixed.mmkinJohannes Ranke1-0/+236
With a plot method. The class mixed.mmkin is currently only a virtual class created to unify the plotting method.

Contact - Imprint