diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-09 12:34:04 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-09 12:34:04 +0200 |
commit | 9a1e685a636f7632fc77c7375f9d42735be2decc (patch) | |
tree | 5118e45d42e0eab215a9a75bc4aa9b3ff97d00f9 /inst/GUI/gmkin.R | |
parent | d1f514a4e09eaf5bdccf086baab3e5e727302d5d (diff) |
More adaptations to mkin 0.9.49.6, update manualv0.6.10
Static documentation rebuilt by pkgdown
Diffstat (limited to 'inst/GUI/gmkin.R')
-rw-r--r-- | inst/GUI/gmkin.R | 6 |
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()
|