diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-22 17:30:09 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-22 17:30:09 +0200 |
commit | c737c606058cb4c2a0805e2bec8ce356d01a627a (patch) | |
tree | 39da39d3868144fd8103386ed31fcccb09c73164 /man/FOCUS_2006_Z.Rd | |
parent | d1fe83f2f1a9c0d775b0dc8f18301a8bbb454077 (diff) |
A lot of working components of the new layout
Diffstat (limited to 'man/FOCUS_2006_Z.Rd')
-rw-r--r-- | man/FOCUS_2006_Z.Rd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/man/FOCUS_2006_Z.Rd b/man/FOCUS_2006_Z.Rd new file mode 100644 index 0000000..ac7098c --- /dev/null +++ b/man/FOCUS_2006_Z.Rd @@ -0,0 +1,28 @@ +\name{FOCUS_2006_Z}
+\alias{FOCUS_2006_Z}
+\docType{data}
+\title{
+ Example gmkin workspace for Dataset Z from the FOCUS Kinetics report
+}
+\description{
+ Data taken from FOCUS (2006), Appendix 7, p. 350.
+}
+\usage{FOCUS_2006_Z}
+\format{
+ An \code{\link{gmkinws}} object with dataset Z taken from FOCUS (2006),
+ together with most of the models used in the corresponding vignette.
+}
+\examples{
+ \dontrun{
+ save(FOCUS_2006_Z, file = "FOCUS_2006_Z.RData")
+ # Now you can load the file "FOCUS_2006_Z.RData" from gmkin
+ }
+}
+\source{
+ FOCUS (2006) \dQuote{Guidance Document on Estimating Persistence and
+ Degradation Kinetics from Environmental Fate Studies on Pesticides in EU
+ Registration} Report of the FOCUS Work Group on Degradation Kinetics,
+ EC Document Reference Sanco/10058/2005 version 2.0, 434 pp,
+ \url{http://focus.jrc.ec.europa.eu/dk}
+}
+\keyword{datasets}
|