aboutsummaryrefslogtreecommitdiff
path: root/man/mkinpredict.Rd
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/mkinpredict.Rd
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/mkinpredict.Rd')
-rw-r--r--man/mkinpredict.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mkinpredict.Rd b/man/mkinpredict.Rd
index a8ece47f..66e3ce55 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,]
}

Contact - Imprint