diff options
Diffstat (limited to 'R/plot.mkinfit.R')
-rw-r--r-- | R/plot.mkinfit.R | 2 |
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) { |