blob: 30039f2bd066c75c64c9c0d1233949e762470555 (
plain) (
tree)
|
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/SFO_actual_twa.R
\name{SFO_actual_twa}
\alias{SFO_actual_twa}
\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 Registration, Version 1.1,
18 December 2014, p. 251
}
\usage{
SFO_actual_twa(DT50 = 1000, times = c(0, 1, 2, 4, 7, 14, 21, 28, 42,
50, 100))
}
\arguments{
\item{DT50}{The half-life.}
\item{times}{The output times, and window sizes for time weighted average concentrations}
}
\description{
Actual and maximum moving window time average concentrations for SFO kinetics
}
\examples{
SFO_actual_twa(10)
}
\author{
Johannes Ranke
}
|