aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-03-04 21:29:51 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-03-04 21:29:51 +0000
commitb50e799dbcbdf01901924b95969f75a2269f3a8c (patch)
treefd0f24bf2c9acb8d6bb9d51a09a20c28fcf777c7 /man
parent63167b07c10b6b91f62cba3d7b5e705c07b338b9 (diff)
Small updates of two mkin help files
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@73 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'man')
-rw-r--r--man/mkinpredict.Rd2
-rw-r--r--man/plot.mkinfit.Rd2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/mkinpredict.Rd b/man/mkinpredict.Rd
index a8ece47..66e3ce5 100644
--- a/man/mkinpredict.Rd
+++ b/man/mkinpredict.Rd
@@ -67,7 +67,7 @@
# The integration method does not make a lot of difference
mkinpredict(SFO, c(k_degradinol_sink = 0.3), c(degradinol = 100), 0:20, atol = 1e-20, method = "ode45")[20,]
mkinpredict(SFO, c(k_degradinol_sink = 0.3), c(degradinol = 100), 0:20, atol = 1e-20, method = "rk4")[20,]
- # The number of output times does make a lot of difference
+ # The number of output times used to make a lot of difference until the default for atol was adjusted
mkinpredict(SFO, c(k_degradinol_sink = 0.3), c(degradinol = 100), seq(0, 20, by = 0.1))[201,]
mkinpredict(SFO, c(k_degradinol_sink = 0.3), c(degradinol = 100), seq(0, 20, by = 0.01))[2001,]
}
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd
index 8678afe..ccf2960 100644
--- a/man/plot.mkinfit.Rd
+++ b/man/plot.mkinfit.Rd
@@ -6,7 +6,7 @@
\description{
Solves the differential equations with the optimised and fixed parameters
from a previous successful call to \code{\link{mkinfit}} and plots
- the observed data together with the numerical solution of the fitted model.
+ the observed data together with the solution of the fitted model.
}
\usage{
\method{plot}{mkinfit}(x, fit = x, xlab = "Time", ylab = "Observed",

Contact - Imprint