From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/nafta.html | 200 +++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 117 deletions(-) (limited to 'docs/reference/nafta.html') diff --git a/docs/reference/nafta.html b/docs/reference/nafta.html index 011b766a..af4d778a 100644 --- a/docs/reference/nafta.html +++ b/docs/reference/nafta.html @@ -1,118 +1,87 @@ -Evaluate parent kinetics using the NAFTA guidance — nafta • mkinEvaluate parent kinetics using the NAFTA guidance — nafta • mkin + + Skip to contents -
-
-
- +
+
+
-
+

The function fits the SFO, IORE and DFOP models using mmkin and returns an object of class nafta that has methods for printing and plotting.

@@ -120,15 +89,16 @@ and plotting.

order of increasing model complexity, i.e. SFO, then IORE, and finally DFOP.

-
+
+

Usage

nafta(ds, title = NA, quiet = FALSE, ...)
 
 # S3 method for nafta
 print(x, quiet = TRUE, digits = 3, ...)
-
-

Source

+
+

Source

NAFTA (2011) Guidance for evaluating and calculating degradation kinetics in environmental media. NAFTA Technical Working Group on Pesticides @@ -139,8 +109,8 @@ Calculate Representative Half-life Values and Characterizing Pesticide Degradation https://www.epa.gov/pesticide-science-and-assessing-pesticide-risks/standard-operating-procedure-using-nafta-guidance

-
-

Arguments

+
+

Arguments

ds

A dataframe that must contain one variable called "time" with the time values specified by the time argument, one column called @@ -170,8 +140,8 @@ printing method).

dissipation times.

-
-

Value

+
+

Value

An list of class nafta. The list element named "mmkin" is the @@ -179,13 +149,13 @@ dissipation times.

list element named "title" contains the title of the dataset used. The list element "data" contains the dataset used in the fits.

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


   nafta_evaluation <- nafta(NAFTA_SOP_Appendix_D, cores = 1)
 #> The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
@@ -236,26 +206,22 @@ list element "data" contains the dataset used in the fits.

-
- -
+
-
+
- -- cgit v1.2.1 From 6476f5f49b373cd4cf05f2e73389df83e437d597 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Feb 2025 16:30:31 +0100 Subject: Axis legend formatting, update vignettes --- docs/reference/nafta.html | 127 +++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 70 deletions(-) (limited to 'docs/reference/nafta.html') diff --git a/docs/reference/nafta.html b/docs/reference/nafta.html index af4d778a..07dc0f42 100644 --- a/docs/reference/nafta.html +++ b/docs/reference/nafta.html @@ -1,82 +1,69 @@ -Evaluate parent kinetics using the NAFTA guidance — nafta • mkinEvaluate parent kinetics using the NAFTA guidance — nafta • mkin +order of increasing model complexity, i.e. SFO, then IORE, and finally DFOP."> Skip to contents - -
- - + + -- cgit v1.2.1