aboutsummaryrefslogtreecommitdiff
path: root/inst/GUI/gmkin.R
diff options
context:
space:
mode:
Diffstat (limited to 'inst/GUI/gmkin.R')
-rw-r--r--inst/GUI/gmkin.R6
1 files changed, 3 insertions, 3 deletions
diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R
index 1320da0..7e0a052 100644
--- a/inst/GUI/gmkin.R
+++ b/inst/GUI/gmkin.R
@@ -1108,9 +1108,9 @@ show_plot <- function(type) {
state.ini = stateparms,
fixed_parms = names(deparms),
fixed_initials = names(stateparms),
- err = "err", quiet = TRUE,
- method.modFit = "Marq",
- control.modFit = list(maxiter = 0)))
+ transform_fraction = FALSE, # to be able to fix ff
+ quiet = TRUE,
+ control = list(iter.max = 0)))
ftmp$ds <<- ds.cur
}
svalue(plot.ftmp.gi) <<- plot_ftmp_png()

Contact - Imprint