From c737c606058cb4c2a0805e2bec8ce356d01a627a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 22 Oct 2015 17:30:09 +0200 Subject: A lot of working components of the new layout --- man/FOCUS_2006.Rd | 31 +++++++++++++++++++++++++++++++ man/FOCUS_2006_Z.Rd | 28 ++++++++++++++++++++++++++++ man/FOCUS_2006_Z_gmkin.Rd | 28 ---------------------------- man/FOCUS_2006_gmkin.Rd | 30 ------------------------------ 4 files changed, 59 insertions(+), 58 deletions(-) create mode 100644 man/FOCUS_2006.Rd create mode 100644 man/FOCUS_2006_Z.Rd delete mode 100644 man/FOCUS_2006_Z_gmkin.Rd delete mode 100644 man/FOCUS_2006_gmkin.Rd (limited to 'man') diff --git a/man/FOCUS_2006.Rd b/man/FOCUS_2006.Rd new file mode 100644 index 0000000..56bccac --- /dev/null +++ b/man/FOCUS_2006.Rd @@ -0,0 +1,31 @@ +\name{FOCUS_2006} +\alias{FOCUS_2006} +\docType{data} +\title{ + Example gmkin workspace for Datasets C and D from the FOCUS Kinetics report +} +\description{ + An \code{\link{gmkinws}} object with data taken from FOCUS (2006), Appendix + 3. This is the the workspace that is loaded into \code{\link{gmkin}} by + default. +} +\usage{FOCUS_2006} +\format{ + A list named \code{FOCUS_2006} containing the components + needed to populate the gmkin user interface. +} +\examples{ + \dontrun{ + save(FOCUS_2006, file = "FOCUS_2006.RData") + # Now you can load the file "FOCUS_2006.RData" from gmkin, + # restoring the workspace that is loaded at startup. + } +} +\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} 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} diff --git a/man/FOCUS_2006_Z_gmkin.Rd b/man/FOCUS_2006_Z_gmkin.Rd deleted file mode 100644 index 44edded..0000000 --- a/man/FOCUS_2006_Z_gmkin.Rd +++ /dev/null @@ -1,28 +0,0 @@ -\name{FOCUS_2006_Z_gmkin} -\alias{FOCUS_2006_Z_gmkin} -\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_gmkin} -\format{ - A list named \code{FOCUS_2006_Z_gmkin} containing the components - needed to populate the \code{\link{gmkin}} user interface. -} -\examples{ - \dontrun{ - save(FOCUS_2006_Z_gmkin, file = "FOCUS_2006_Z_gmkin.RData") - # Now you can load the file "FOCUS_2006_Z_gmkin.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} diff --git a/man/FOCUS_2006_gmkin.Rd b/man/FOCUS_2006_gmkin.Rd deleted file mode 100644 index df0a22a..0000000 --- a/man/FOCUS_2006_gmkin.Rd +++ /dev/null @@ -1,30 +0,0 @@ -\name{FOCUS_2006_gmkin} -\alias{FOCUS_2006_gmkin} -\docType{data} -\title{ - Example gmkin workspace for Datasets C and D from the FOCUS Kinetics report -} -\description{ - Data taken from FOCUS (2006), Appendix 3. This is the the workspace that is - loaded into \code{\link{gmkin}} by default. -} -\usage{FOCUS_2006_gmkin} -\format{ - A list named \code{FOCUS_2006_gmkin} containing the components - needed to populate the gmkin user interface. -} -\examples{ - \dontrun{ - save(FOCUS_2006_gmkin, file = "FOCUS_2006_gmkin.RData") - # Now you can load the file "FOCUS_2006_gmkin.RData" from gmkin, - # restoring the workspace that is loaded at startup. - } -} -\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} -- cgit v1.2.1