diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-26 20:28:15 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-26 20:33:32 +0100 |
commit | 396e40d2c45d81a8e74c41a2f632665021e980a1 (patch) | |
tree | c7ab9b5356361b1939e9b00183a7f31071782f64 /man/NAFTA_SOP_Attachment.Rd | |
parent | 64e636d11311be57978ef394c48c9b43fe219059 (diff) |
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
Diffstat (limited to 'man/NAFTA_SOP_Attachment.Rd')
-rw-r--r-- | man/NAFTA_SOP_Attachment.Rd | 31 |
1 files changed, 31 insertions, 0 deletions
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} |