aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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