diff options
Diffstat (limited to 'man/IORE.solution.Rd')
-rw-r--r-- | man/IORE.solution.Rd | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/man/IORE.solution.Rd b/man/IORE.solution.Rd index ad2df3df..e1f1be1a 100644 --- a/man/IORE.solution.Rd +++ b/man/IORE.solution.Rd @@ -1,15 +1,15 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/IORE.solution.R +% Please edit documentation in R/parent_solutions.R \name{IORE.solution} \alias{IORE.solution} \title{Indeterminate order rate equation kinetics} \usage{ -IORE.solution(t, parent.0, k__iore, N) +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{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.} @@ -48,4 +48,13 @@ The solution of the IORE kinetic model reduces to the NAFTA Technical Working Group on Pesticides (not dated) Guidance for Evaluating and Calculating Degradation Kinetics in Environmental Media } -\keyword{manip} +\seealso{ +Other parent solutions: +\code{\link{DFOP.solution}()}, +\code{\link{FOMC.solution}()}, +\code{\link{HS.solution}()}, +\code{\link{SFO.solution}()}, +\code{\link{SFORB.solution}()}, +\code{\link{logistic.solution}()} +} +\concept{parent solutions} |