From 91c5db736a4d3f2290a0cc5698fb4e35ae7bda59 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Wed, 18 May 2022 21:26:17 +0200
Subject: Remove outdated comment in FOCUS L vignette, update docs
This also adds the first benchmark results obtained on my laptop system
---
docs/reference/plot.mmkin.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'docs/reference/plot.mmkin.html')
diff --git a/docs/reference/plot.mmkin.html b/docs/reference/plot.mmkin.html
index d7ad89dc..3dd0203b 100644
--- a/docs/reference/plot.mmkin.html
+++ b/docs/reference/plot.mmkin.html
@@ -173,6 +173,8 @@ latex is being used for the formatting of the chi2 error level.
fits <- mmkin(c("FOMC", "HS"),
list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C), # named list for titles
cores = 1, quiet = TRUE, error_model = "tc")
+#> Warning: Optimisation did not converge:
+#> iteration limit reached without convergence (10)
plot(fits[, "FOCUS C"])
plot(fits["FOMC", ])
@@ -205,7 +207,7 @@ latex is being used for the formatting of the chi2 error level.
--
cgit v1.2.1