From b50e799dbcbdf01901924b95969f75a2269f3a8c Mon Sep 17 00:00:00 2001 From: jranke Date: Mon, 4 Mar 2013 21:29:51 +0000 Subject: 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 --- man/mkinpredict.Rd | 2 +- man/plot.mkinfit.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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", -- cgit v1.2.1