From 6653ff2507f45eae909f491a9af3f1eb5358a600 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 1 Mar 2018 14:32:46 +0100 Subject: Static documentation rebuilt using current pkgdown::build_site() --- docs/reference/twa.html | 179 ------------------------------------------------ 1 file changed, 179 deletions(-) delete mode 100644 docs/reference/twa.html (limited to 'docs/reference/twa.html') diff --git a/docs/reference/twa.html b/docs/reference/twa.html deleted file mode 100644 index be76b439..00000000 --- a/docs/reference/twa.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - -Function to calculate maximum time weighted average concentrations from kinetic models fitted with mkinfit — twa • mkin - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - -
- -
-
- - - -

This function calculates maximum moving window time weighted average concentrations -(TWAs) for kinetic models fitted with mkinfit. Currently, only -calculations for the parent are implemented for the SFO, FOMC and DFOP models, -using the analytical formulas given in the PEC soil section of the FOCUS -guidance.

- - -
twa(fit, windows)
- -

Arguments

- - - - - - - - - - -
fit

An object of class mkinfit.

windows

The width of the time windows for which the TWAs should be calculated.

- -

Value

- -

A numeric vector, named using the windows argument.

- -

References

- -

FOCUS (2006) “Guidance Document on Estimating Persistence and - Degradation Kinetics from Environmental Fate Studies on Pesticides in EU - Registration” Report of the FOCUS Work Group on Degradation Kinetics, - EC Document Reference Sanco/10058/2005 version 2.0, 434 pp, - http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

- - -

Examples

-
fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) - twa(fit, c(7, 21))
#> 7 21 -#> 34.71343 18.22124
-
- -
- - -
- - - -- cgit v1.2.1