From 0e352cae56c006a5636a1aaf3b40e2eee2c1c941 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 17 Oct 2013 10:43:46 +0000 Subject: - 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 --- R/plot.mkinfit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') 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) { -- cgit v1.2.1