aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/Extract.mmkin.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/Extract.mmkin.html')
-rw-r--r--docs/reference/Extract.mmkin.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/reference/Extract.mmkin.html b/docs/reference/Extract.mmkin.html
index 135297cd..5d4eca29 100644
--- a/docs/reference/Extract.mmkin.html
+++ b/docs/reference/Extract.mmkin.html
@@ -398,7 +398,7 @@
#> {
#> assign("calls", calls + 1, inherits = TRUE)
#> if (trace_parms)
-#> cat(P, "\n")
+#> cat(P, "\\n")
#> if (length(state.ini.optim) > 0) {
#> odeini <- c(P[1:length(state.ini.optim)], state.ini.fixed)
#> names(odeini) <- c(state.ini.optim.boxnames, state.ini.fixed.boxnames)
@@ -420,7 +420,7 @@
#> if (mC$model < cost.old) {
#> if (!quiet)
#> cat("Model cost at call ", calls, ": ", mC$model,
-#> "\n")
+#> "\\n")
#> if (plot) {
#> outtimes_plot = seq(min(observed$time), max(observed$time),
#> length.out = 100)
@@ -447,8 +447,8 @@
#> }
#> return(mC)
#> }
-#> <bytecode: 0x5554250>
-#> <environment: 0x4eb4b18>
+#> <bytecode: 0x560110508c60>
+#> <environment: 0x56010f8d8c30>
#>
#> $cost_notrans
#> function (P)
@@ -470,8 +470,8 @@
#> scaleVar = scaleVar)
#> return(mC)
#> }
-#> <bytecode: 0x5073868>
-#> <environment: 0x4eb4b18>
+#> <bytecode: 0x56010fede550>
+#> <environment: 0x56010f8d8c30>
#>
#> $hessian_notrans
#> parent_0 k_parent_sink
@@ -534,7 +534,7 @@
#> 99.17407
#>
#> $date
-#> [1] "Fri May 5 12:44:53 2017"
+#> [1] "Sat Jul 29 15:14:04 2017"
#>
#> attr(,"class")
#> [1] "mkinfit" "modFit"

Contact - Imprint