From 373d98038c514c5152478127a8a2b9b390ee1b58 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 14 Jan 2018 18:37:07 +0100 Subject: Load mkin quietly in vignettes Static documentation articles rebuilt by pkgdown::build_articles() --- vignettes/FOCUS_D.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'vignettes/FOCUS_D.html') diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html index abd7d129..84e3748c 100644 --- a/vignettes/FOCUS_D.html +++ b/vignettes/FOCUS_D.html @@ -12,7 +12,7 @@ - + Example evaluation of FOCUS Example Dataset D @@ -70,12 +70,12 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf

Example evaluation of FOCUS Example Dataset D

Johannes Ranke

-

2017-11-16

+

2018-01-14

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")
+
library("mkin", quietly = TRUE)
 print(FOCUS_2006_D)
##      name time  value
 ## 1  parent    0  99.46
@@ -141,10 +141,10 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
 

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

summary(fit)
-
## mkin version:    0.9.46.2 
-## R version:       3.4.2 
-## Date of fit:     Thu Nov 16 17:07:26 2017 
-## Date of summary: Thu Nov 16 17:07:27 2017 
+
## mkin version:    0.9.47.1 
+## R version:       3.4.3 
+## Date of fit:     Sun Jan 14 17:50:03 2018 
+## Date of summary: Sun Jan 14 17:50:03 2018 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent
@@ -152,7 +152,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
 ## 
 ## Model predictions using solution type deSolve 
 ## 
-## Fitted with method Port using 153 model solutions performed in 1.031 s
+## Fitted with method Port using 153 model solutions performed in 1.072 s
 ## 
 ## Weighting: none
 ## 
-- 
cgit v1.2.1