diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/FOMC_actual_twa.Rd | 30 | ||||
-rw-r--r-- | man/SFO_actual_twa.Rd | 2 |
2 files changed, 31 insertions, 1 deletions
diff --git a/man/FOMC_actual_twa.Rd b/man/FOMC_actual_twa.Rd new file mode 100644 index 0000000..7a1f0fb --- /dev/null +++ b/man/FOMC_actual_twa.Rd @@ -0,0 +1,30 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/FOMC_actual_twa.R +\name{FOMC_actual_twa} +\alias{FOMC_actual_twa} +\title{Actual and maximum moving window time average concentrations for FOMC kinetics} +\source{ +FOCUS (2014) Generic Guidance for Estimating Persistence and Degradation + Kinetics from Environmental Fate Studies on Pesticides in EU Registration, Version 1.1, + 18 December 2014, p. 251 +} +\usage{ +FOMC_actual_twa(alpha = 1.0001, beta = 10, times = c(0, 1, 2, 4, 7, 14, + 21, 28, 42, 50, 100)) +} +\arguments{ +\item{alpha}{Parameter of the FOMC model} + +\item{beta}{Parameter of the FOMC model} + +\item{times}{The output times, and window sizes for time weighted average concentrations} +} +\description{ +Actual and maximum moving window time average concentrations for FOMC kinetics +} +\examples{ +FOMC_actual_twa(alpha = 1.0001, beta = 10) +} +\author{ +Johannes Ranke +} diff --git a/man/SFO_actual_twa.Rd b/man/SFO_actual_twa.Rd index 61f95aa..720fbc9 100644 --- a/man/SFO_actual_twa.Rd +++ b/man/SFO_actual_twa.Rd @@ -5,7 +5,7 @@ \title{Actual and maximum moving window time average concentrations for SFO kinetics} \source{ FOCUS (2014) Generic Guidance for Estimating Persistence and Degradation - Kinetics from Environmental Fate Studies on Pesticides in EU Registratin, Version 1.1, + Kinetics from Environmental Fate Studies on Pesticides in EU Registration, Version 1.1, 18 December 2014, p. 251 } \usage{ |