@@ -182,7 +192,7 @@
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
#> Successfully compiled differential equation model from auto-generated C code.
-
+
# NOT RUN {# The above model used to be specified like this, before the advent of mkinsub()SFO_SFO<-mkinmod(
parent=list(type="SFO", to="m1"),
- m1=list(type="SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
+ m1=list(type="SFO"))
+
# Show details of creating the C functionSFO_SFO<-mkinmod(
parent=mkinsub("SFO", "m1"),
- m1=mkinsub("SFO"), verbose=TRUE)