diff options
Diffstat (limited to 'man/NAFTA_SOP_2015.Rd')
-rw-r--r-- | man/NAFTA_SOP_2015.Rd | 36 |
1 files changed, 36 insertions, 0 deletions
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} |