diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-26 09:12:50 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-26 09:12:50 +0100 |
commit | 6693ee373c61d716e877386d6be16e3f9f0f40ab (patch) | |
tree | 7e1e8607c96b459878ca81e9b183795399aeb516 /man/NAFTA_SOP_2015.Rd | |
parent | 885ea2cd3392e57efff72e5094643917d6ba2be8 (diff) |
Add another NAFTA dataset + test
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} |