aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-07-09 12:34:04 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-07-09 12:34:04 +0200
commit9a1e685a636f7632fc77c7375f9d42735be2decc (patch)
tree5118e45d42e0eab215a9a75bc4aa9b3ff97d00f9 /inst
parentd1f514a4e09eaf5bdccf086baab3e5e727302d5d (diff)
More adaptations to mkin 0.9.49.6, update manualv0.6.10
Static documentation rebuilt by pkgdown
Diffstat (limited to 'inst')
-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