| Age | Commit message (Collapse) | Author | Files | Lines |
|
Also, add more example code to make it easier to use
`one_box`, `sawtooth` and `pfm_degradation`.
However, for generating sawtooth curves with specified
output times, overlaying the output of several calls to
`mkinpredict` is probably still easier.
|
|
Create a function `drainage_date_UK` that does not only respect the
beginning of the drainage period on 1 October, but also the end of the
drainage period on 30 April, and use it for determining the degradation
time. Applications early in the year before 1 May will now correctly be
calculated without degradation time.
|
|
|
|
Closes #2
|
|
|
|
|
|
|
|
|
|
- Use inst/data_generation for R code generating data as in some of my other packages
- data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff
contents were not changed
- Remove ChangeLog, the history is in the git logs
- Update docs and some links contained therein
- use \doi{} markup
- Move logs to log directory
|
|
It causes trouble with remotes::install_deps() on travis, see the
various previous build logs.
|
|
|
|
Briggs et al. (1982) and Dettenmaier et al. (2009)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some cleaning up. PELMO facilities do not currently work at my end,
as I have no working wine installation on this computer
|
|
It all works!
|
|
- This works on Linux using wine
- PELMO runs (including pelmo.inp files) are correctly generated
- The PLM files for FOCUS Pesticide_D in the test data archive are
correctly reproduced
- The data files (including FOCUS groundwater scenario data) are now
created and documented in R files
|
|
- Add max_twa.mkinfit() recently introduced to mkin as mkin::twa() but
never released with it
- Add a test to check max_twa.one_box() against analytical solutions in
max_twa.mkinfit().
- Clean up R CMD check
- Update docs
|
|
|
|
- one_box() creates decline time series from mkinfit objects or simply
from a half-life
- sawtooth() generates sawtooth curves for arbitrary application
patterns and decline models
- twa() calculates moving window averages
- max_twa() gives their maxima and
- plot.one_box() can plot series generated by one_box() or sawtooth(),
optionally adding a greay rectangle to illustrate the maximum moving
window time weighted average
|
|
|