From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/logistic.solution.html | 44 +++++++++++++++-------------------- 1 file changed, 19 insertions(+), 25 deletions(-) (limited to 'docs/reference/logistic.solution.html') diff --git a/docs/reference/logistic.solution.html b/docs/reference/logistic.solution.html index 91fe035e..b2f24d45 100644 --- a/docs/reference/logistic.solution.html +++ b/docs/reference/logistic.solution.html @@ -8,11 +8,13 @@ Logistic kinetics — logistic.solution • mkin + + @@ -32,14 +34,15 @@ - + +an increasing rate constant, supposedly caused by microbial growth" /> + @@ -110,7 +113,6 @@ News - @@ -132,14 +134,12 @@
-

Function describing exponential decline from a defined starting value, with - an increasing rate constant, supposedly caused by microbial growth

- +an increasing rate constant, supposedly caused by microbial growth

logistic.solution(t, parent.0, kmax, k0, r)
- +

Arguments

@@ -164,28 +164,25 @@

Growth rate of the increase in the rate constant.

- -

Note

-

The solution of the logistic model reduces to the - SFO.solution if k0 is equal to - kmax.

-

Value

The value of the response variable at time t.

- +

Note

+ +

The solution of the logistic model reduces to the + SFO.solution if k0 is equal to kmax.

References

-

FOCUS (2014) “Generic guidance for Estimating Persistence and - Degradation Kinetics from Environmental Fate Studies on Pesticides in EU - Registration” Report of the FOCUS Work Group on Degradation Kinetics, +

FOCUS (2014) “Generic guidance for Estimating Persistence + and Degradation Kinetics from Environmental Fate Studies on Pesticides in + EU Registration” Report of the FOCUS Work Group on Degradation Kinetics, Version 1.1, 18 December 2014 http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

-

Examples

-
# Reproduce the plot on page 57 of FOCUS (2014) +
+ # Reproduce the plot on page 57 of FOCUS (2014) plot(function(x) logistic.solution(x, 100, 0.08, 0.0001, 0.2), from = 0, to = 100, ylim = c(0, 100), xlab = "Time", ylab = "Residue")
plot(function(x) logistic.solution(x, 100, 0.08, 0.0001, 0.4), @@ -221,19 +218,16 @@ #> k0 0.4448750 #> r 1.1821121 #> sigma 7.3256566
endpoints(m)$distimes
#> DT50 DT90 DT50_k0 DT50_kmax -#> parent 36.86533 62.41511 4297.854 10.83349
+#> parent 36.86533 62.41511 4297.854 10.83349
+