From 6693ee373c61d716e877386d6be16e3f9f0f40ab Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 26 Feb 2019 09:12:50 +0100 Subject: Add another NAFTA dataset + test --- man/NAFTA_SOP_2015.Rd | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 man/NAFTA_SOP_2015.Rd (limited to 'man/NAFTA_SOP_2015.Rd') diff --git a/man/NAFTA_SOP_2015.Rd b/man/NAFTA_SOP_2015.Rd new file mode 100644 index 00000000..a47ae155 --- /dev/null +++ b/man/NAFTA_SOP_2015.Rd @@ -0,0 +1,36 @@ +\name{NAFTA_SOP_2015} +\alias{NAFTA_SOP_Appendix_B} +\alias{NAFTA_SOP_Appendix_D} +\docType{data} +\title{ +Example datasets from the NAFTA SOP published 2015 +} +\description{ +Data taken from US EPA (2015), p. 19 and 23. +} +\usage{NAFTA_SOP_2015} +\format{ + 2 datasets with observations on the following variables. + \describe{ + \item{\code{name}}{a factor containing the name of the observed variable} + \item{\code{time}}{a numeric vector containing time points} + \item{\code{value}}{a numeric vector containing concentrations} + } +} +\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_evaluation <- nafta(NAFTA_SOP_Appendix_D) + print(nafta_evaluation) + plot(nafta_evaluation) +} +\keyword{datasets} -- cgit v1.2.1