diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-07-20 22:29:02 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-07-20 22:29:02 +0200 |
commit | 84700ea7677160d96e13f74ddb74fdababec322a (patch) | |
tree | 1ab1b4083716de61a19bebccaf17612722e46dda | |
parent | 59c124b7aa0c029db11983065dd51d96117c4ab0 (diff) |
Updates and fixes to documentation
-rw-r--r-- | man/DFOP.solution.Rd | 2 | ||||
-rw-r--r-- | man/plot.mkinfit.Rd | 2 | ||||
-rw-r--r-- | man/plot.mmkin.Rd | 2 | ||||
-rw-r--r-- | man/schaefer07_complex_case.Rd | 1 |
4 files changed, 3 insertions, 4 deletions
diff --git a/man/DFOP.solution.Rd b/man/DFOP.solution.Rd index 27a0234a..d24ac63f 100644 --- a/man/DFOP.solution.Rd +++ b/man/DFOP.solution.Rd @@ -27,7 +27,7 @@ DFOP.solution(t, parent.0, k1, k2, g) Degradation Kinetics from Environmental Fate Studies on Pesticides in EU
Registration} Report of the FOCUS Work Group on Degradation Kinetics,
EC Document Reference Sanco/10058/2005 version 2.0, 434 pp,
- \url{http://focus.jrc.ec.europa.eu/dk}
+ \url{http://focus.jrc.ec.europa.eu/dk}
}
\examples{
plot(function(x) DFOP.solution(x, 100, 5, 0.5, 0.3), 0, 4, ylim=c(0,100))
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd index be3de9fd..f26aac4c 100644 --- a/man/plot.mkinfit.Rd +++ b/man/plot.mkinfit.Rd @@ -1,7 +1,7 @@ \name{plot.mkinfit} \alias{plot.mkinfit} \title{ - Plot the observed data and the fitted model of an mkinfit object. + Plot the observed data and the fitted model of an mkinfit object } \description{ Solves the differential equations with the optimised and fixed parameters diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index a3367234..b1a90f2d 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -14,7 +14,7 @@ } \arguments{ \item{x}{ - An object of class \{code{\link{mmkin}}, with either one row or one column. + An object of class \code{\link{mmkin}}, with either one row or one column. } \item{main}{ The main title placed on the outer margin of the plot. diff --git a/man/schaefer07_complex_case.Rd b/man/schaefer07_complex_case.Rd index d4d8341c..18baa893 100644 --- a/man/schaefer07_complex_case.Rd +++ b/man/schaefer07_complex_case.Rd @@ -1,7 +1,6 @@ \name{schaefer07_complex_case}
\alias{schaefer07_complex_case}
\alias{schaefer07_complex_results}
-\encoding{latin1}
\docType{data}
\title{
Metabolism data set used for checking the software quality of KinGUI
|