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.mkinfit.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
(limited to 'docs/reference/plot.mkinfit.html')
diff --git a/docs/reference/plot.mkinfit.html b/docs/reference/plot.mkinfit.html
index 4c2ff570..23cf27b5 100644
--- a/docs/reference/plot.mkinfit.html
+++ b/docs/reference/plot.mkinfit.html
@@ -155,7 +155,8 @@ variables in the model.
xlim
Plot range in x direction.
ylim
-Plot range in y direction.
+Plot range in y direction. If given as a list, plot ranges
+for the different plot rows can be given for row layout.
col_obs
Colors used for plotting the observed data and the
corresponding model prediction lines.
@@ -237,7 +238,9 @@ latex is being used for the formatting of the chi2 error level, if
m1 = mkinsub("SFO", full = "Metabolite M1" ))
#> Temporary DLL for differentials generated and loaded
fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE)
+#> Warning: Observations with value of zero were removed from the data
fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE, error_model = "tc")
+#> Warning: Observations with value of zero were removed from the data
plot(fit)
plot_res(fit)
@@ -276,7 +279,7 @@ latex is being used for the formatting of the chi2 error level, if
--
cgit v1.2.1