aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-10-17 10:43:46 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-10-17 10:43:46 +0000
commit0e352cae56c006a5636a1aaf3b40e2eee2c1c941 (patch)
treeb80cc164f4fb951f408ed816983dbf8645060e9e /R
parent4c707008a67f2559c76199c4b95148d5ab1d3817 (diff)
- See ChangeLog entry for today (2 small bugfixes and lots of GUI progress)
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@117 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'R')
-rw-r--r--R/plot.mkinfit.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/plot.mkinfit.R b/R/plot.mkinfit.R
index 5e2db39..a07ddea 100644
--- a/R/plot.mkinfit.R
+++ b/R/plot.mkinfit.R
@@ -48,7 +48,7 @@ plot.mkinfit <- function(x, fit = x,
odeparms <- parms.all[odenames]
out <- mkinpredict(fit$mkinmod, odeparms, odeini, outtimes,
- solution_type = solution_type, atol = fit$atol, rtol = fit$rtol, ...)
+ solution_type = solution_type, atol = fit$atol, rtol = fit$rtol)
# Set up the plot if not to be added to an existing plot
if (add == FALSE) {

Contact - Imprint