From 396e40d2c45d81a8e74c41a2f632665021e980a1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 26 Feb 2019 20:28:15 +0100 Subject: NAFTA SOP Attachment vignette Also: - Change rounding in print.nafta - Add dots argument to nafta() - Use cores=1 in examples - Restrict N in IORE model to values > 0 --- man/NAFTA_SOP_Attachment.Rd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 man/NAFTA_SOP_Attachment.Rd (limited to 'man/NAFTA_SOP_Attachment.Rd') diff --git a/man/NAFTA_SOP_Attachment.Rd b/man/NAFTA_SOP_Attachment.Rd new file mode 100644 index 00000000..b8d015a4 --- /dev/null +++ b/man/NAFTA_SOP_Attachment.Rd @@ -0,0 +1,31 @@ +\name{NAFTA_SOP_Attachment} +\alias{NAFTA_SOP_Attachment} +\docType{data} +\title{ +Example datasets from Attachment 1 to the NAFTA SOP published 2015 +} +\description{ +Data taken from from Attachment 1 of the SOP. +} +\usage{NAFTA_SOP_Attachment} +\format{ + Additionally, a list (NAFTA_SOP_Attachment) containing 16 datasets suitable + for the evaluation with \code{\link{nafta}} +} +\source{ + NAFTA (2011) Guidance for evaluating and calculating degradation kinetics + in environmental media. NAFTA Technical Working Group on Pesticides + \url{https://www.epa.gov/pesticide-science-and-assessing-pesticide-risks/guidance-evaluating-and-calculating-degradation} + accessed 2019-02-22 + + US EPA (2015) Standard Operating Procedure for Using the NAFTA Guidance to + Calculate Representative Half-life Values and Characterizing Pesticide + Degradation + \url{https://www.epa.gov/pesticide-science-and-assessing-pesticide-risks/standard-operating-procedure-using-nafta-guidance} +} +\examples{ + nafta_att_p5a <- nafta(NAFTA_SOP_Attachment[["p5a"]], cores = 1) + print(nafta_att_p5a) + plot(nafta_att_p5a) +} +\keyword{datasets} -- cgit v1.2.1