From 9ac853c7ceece333099021974025d07e75be2b33 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 08:07:07 +0200 Subject: Documentation improvements, rebuild static docs --- docs/reference/mkinmod.html | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'docs/reference/mkinmod.html') diff --git a/docs/reference/mkinmod.html b/docs/reference/mkinmod.html index 81b62ae1..1c97048e 100644 --- a/docs/reference/mkinmod.html +++ b/docs/reference/mkinmod.html @@ -75,7 +75,7 @@ list of lists can be given in the speclist argument." /> mkin - 0.9.50 + 0.9.50.1 @@ -205,15 +205,18 @@ applicable to give detailed information about the C function being built.

Value

A list of class mkinmod for use with mkinfit, - containing, among others,

+containing, among others,

diffs

A vector of string representations of differential equations, one for - each modelling variable.

-
map

A list containing named character vectors for each observed variable, - specifying the modelling variables by which it is represented.

-
use_of_ff

The content of use_of_ff is passed on in this list component.

-
coefmat

The coefficient matrix, if the system of differential equations can be - represented by one.

-
cf

If generated, the compiled function as returned by cfunction.

+each modelling variable.

+
map

A list containing named character vectors for each observed variable, +specifying the modelling variables by which it is represented.

+
use_of_ff

The content of use_of_ff is passed on in this list component.

+
deg_func

If generated, a function containing the solution of the degradation +model.

+
coefmat

The coefficient matrix, if the system of differential equations can be +represented by one.

+
cf

If generated, a compiled function calculating the derivatives as +returned by cfunction.

Details

@@ -222,17 +225,17 @@ in the FOCUS and NAFTA guidance documents are used.

Note

The IORE submodel is not well tested for metabolites. When using this - model for metabolites, you may want to read the second note in the help - page to mkinfit.

+model for metabolites, you may want to read the second note in the help +page to mkinfit.

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

+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

NAFTA Technical Working Group on Pesticides (not dated) Guidance for - Evaluating and Calculating Degradation Kinetics in Environmental Media

+Evaluating and Calculating Degradation Kinetics in Environmental Media

Examples

@@ -252,7 +255,7 @@ in the FOCUS and NAFTA guidance documents are used.

SFO_SFO <- mkinmod( parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"), verbose = TRUE)
#> Compilation argument: -#> /usr/lib/R/bin/R CMD SHLIB file1a1abf38df.c 2> file1a1abf38df.c.err.txt +#> /usr/lib/R/bin/R CMD SHLIB file15d32c282a7d.c 2> file15d32c282a7d.c.err.txt #> Program source: #> 1: #include <R.h> #> 2: -- cgit v1.2.1