aboutsummaryrefslogtreecommitdiff
path: root/man/IORE.solution.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-07-12 08:32:08 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-07-12 08:32:08 +0200
commit316f1360d1e12eefe491f86b0bbcd6dcf091c736 (patch)
treef155d7bcf82738b5623b4bc3a96aa431b007fceb /man/IORE.solution.Rd
parent65987c9b1ff9206859105c0f94be8346d457262e (diff)
First working fits with IORE model
Diffstat (limited to 'man/IORE.solution.Rd')
-rw-r--r--man/IORE.solution.Rd34
1 files changed, 34 insertions, 0 deletions
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 }

Contact - Imprint