From 316f1360d1e12eefe491f86b0bbcd6dcf091c736 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 12 Jul 2014 08:32:08 +0200 Subject: First working fits with IORE model --- man/IORE.solution.Rd | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 man/IORE.solution.Rd (limited to 'man/IORE.solution.Rd') diff --git a/man/IORE.solution.Rd b/man/IORE.solution.Rd new file mode 100644 index 00000000..65dac9a7 --- /dev/null +++ b/man/IORE.solution.Rd @@ -0,0 +1,34 @@ +\name{IORE.solution} +\Rdversion{1.1} +\alias{IORE.solution} +\title{ Indeterminate order rate equation kinetics } +\description{ + Function describing exponential decline from a defined starting value, with + a concentration dependent rate constant. +} +\usage{ + IORE.solution(t, parent.0, k.iore, N) +} +\arguments{ + \item{t}{ Time. } + \item{parent.0}{ Starting value for the response variable at time zero. } + \item{k.iore}{ Rate constant. Note that this depends on the concentration units used. } + \item{N}{ Exponent describing the nonlinearity of the rate equation } +} +\note{ + The solution of the IORE kinetic model reduces to the + \code{\link{SFO.solution}} if N = 1. +} +\value{ + The value of the response variable at time \code{t}. +} +\references{ + NAFTA Technical Working Group on Pesticides (not dated) Guidance for + Evaluating and Calculating Degradation Kinetics in Environmental + Media +} +\examples{ + \dontrun{plot(function(x) IORE.solution(x, 100, 0.2, 1.3), 0, 2, + ylim = c(0, 100))} +} +\keyword{ manip } -- cgit v1.2.1