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/mkinresplot.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'docs/reference/mkinresplot.html')
diff --git a/docs/reference/mkinresplot.html b/docs/reference/mkinresplot.html
index cd3b4009..654b93d8 100644
--- a/docs/reference/mkinresplot.html
+++ b/docs/reference/mkinresplot.html
@@ -166,6 +166,7 @@ combining the plot of the fit and the residual plot.
model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Temporary DLL for differentials generated and loaded
fit <- mkinfit(model, FOCUS_2006_D, quiet = TRUE)
+#> Warning: Observations with value of zero were removed from the data
mkinresplot(fit, "m1")
@@ -183,7 +184,7 @@ combining the plot of the fit and the residual plot.
--
cgit v1.2.1