blob: 996c145103cfc7aabacade135eeaba4363094cab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
\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_Appendix_B
NAFTA_SOP_Appendix_D
}
\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, cores = 1)
print(nafta_evaluation)
plot(nafta_evaluation)
}
\keyword{datasets}
|