% 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 }