The R package pfm provides some utilities for fate modelling, including dealing with FOCUS pesticide fate modelling tools, (currently only TOXSWA cwa and out files), made available under the GNU public license.
The easiest way to install the package is probably to use drat:
install.packages("drat")
drat::addRepo("jranke")
install.packages("pfm")
Alternatively you can install the package using the devtools
package. Using quick = TRUE
skips docs, multiple-architecture builds, demos, and vignettes.
library(devtools)
install_github("jranke/pfm", quick = TRUE)
Please refer to the reference.
One recent nice example of the usage of this package is the visualisation of a time weighted average for a sawtooth curve obtained from several overlays of mkinfit predictions as shown here.