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() --- docs/articles/mkin.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'docs/articles/mkin.html') diff --git a/docs/articles/mkin.html b/docs/articles/mkin.html index 14349e53..13df8a5d 100644 --- a/docs/articles/mkin.html +++ b/docs/articles/mkin.html @@ -77,7 +77,7 @@

Introduction to mkin

Johannes Ranke

-

2017-11-16

+

2018-01-14

@@ -88,13 +88,8 @@

Abstract

In the regulatory evaluation of chemical substances like plant protection products (pesticides), biocides and other chemicals, degradation data play an important role. For the evaluation of pesticide degradation experiments, detailed guidance has been developed, based on nonlinear optimisation. The R add-on package mkin (Ranke 2016) implements fitting some of the models recommended in this guidance from within R and calculates some statistical measures for data series within one or more compartments, for parent and metabolites.

-
library(mkin)
-
## Lade nötiges Paket: minpack.lm
-
## Lade nötiges Paket: rootSolve
-
## Lade nötiges Paket: inline
-
## Lade nötiges Paket: methods
-
## Lade nötiges Paket: parallel
-
# Define the kinetic model
+
library("mkin", quietly = TRUE)
+# Define the kinetic model
 m_SFO_SFO_SFO <- mkinmod(parent = mkinsub("SFO", "M1"),
                          M1 = mkinsub("SFO", "M2"),
                          M2 = mkinsub("SFO"),
-- 
cgit v1.2.1