From 3eefecf0adfbb30b8fb895c244dea6903bcb3e9c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Jan 2019 16:55:20 +0100 Subject: Restore NAMESPACE which was accidentally overwritten by pkgdown -> roxygen --- docs/articles/FOCUS_D.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/articles/FOCUS_D.html') diff --git a/docs/articles/FOCUS_D.html b/docs/articles/FOCUS_D.html index deab980c..9acab53a 100644 --- a/docs/articles/FOCUS_D.html +++ b/docs/articles/FOCUS_D.html @@ -94,8 +94,8 @@ -

This is just a very simple vignette showing how to fit a degradation model for a parent compound with one transformation product using mkin. After loading the library we look a the data. We have observed concentrations in the column named value at the times specified in column time for the two observed variables named parent and m1.

-
library("mkin", quietly = TRUE)
+

This is just a very simple vignette showing how to fit a degradation model for a parent compound with one transformation product using mkin. After loading the library we look at the data. We have observed concentrations in the column named value at the times specified in column time for the two observed variables named parent and m1.

+
library(mkin, quietly = TRUE)
 print(FOCUS_2006_D)
##      name time  value
 ## 1  parent    0  99.46
@@ -161,10 +161,10 @@
 

A comprehensive report of the results is obtained using the summary method for mkinfit objects.

summary(fit)
-
## mkin version used for fitting:    0.9.47.6 
-## R version used for fitting:       3.5.1 
-## Date of fit:     Fri Nov 23 19:58:46 2018 
-## Date of summary: Fri Nov 23 19:58:47 2018 
+
## mkin version used for fitting:    0.9.47.5 
+## R version used for fitting:       3.5.2 
+## Date of fit:     Thu Jan 31 16:52:37 2019 
+## Date of summary: Thu Jan 31 16:52:38 2019 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent
@@ -172,7 +172,7 @@
 ## 
 ## Model predictions using solution type deSolve 
 ## 
-## Fitted with method Port using 153 model solutions performed in 0.736 s
+## Fitted with method Port using 153 model solutions performed in 0.695 s
 ## 
 ## Weighting: none
 ## 
-- 
cgit v1.2.1