From 5a21dc4016b0208264e22e6a7e36af62397c13b6 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 30 Jun 2022 10:29:05 +0200 Subject: Remove stray sentence from vignette, update docs --- docs/reference/plot.mkinfit.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/reference/plot.mkinfit.html') diff --git a/docs/reference/plot.mkinfit.html b/docs/reference/plot.mkinfit.html index 4c2ff570..b74d1e7b 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) -- cgit v1.2.1