From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/plot.mkinfit.html | 200 ++++++++++++++++----------------------- 1 file changed, 82 insertions(+), 118 deletions(-) (limited to 'docs/reference/plot.mkinfit.html') diff --git a/docs/reference/plot.mkinfit.html b/docs/reference/plot.mkinfit.html index bc4c743f..96cf564c 100644 --- a/docs/reference/plot.mkinfit.html +++ b/docs/reference/plot.mkinfit.html @@ -1,122 +1,90 @@ -Plot the observed data and the fitted model of an mkinfit object — plot.mkinfit • mkinPlot the observed data and the fitted model of an mkinfit object — plot.mkinfit • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Solves the differential equations with the optimised and fixed parameters from a previous successful call to mkinfit and plots the observed data together with the solution of the fitted model.

-
+
+

Usage

# S3 method for mkinfit
 plot(
   x,
@@ -163,8 +131,8 @@ observed data together with the solution of the fitted model.

plot_err(fit, sep_obs = FALSE, show_errmin = sep_obs, ...)
-
-

Arguments

+
+

Arguments

x

Alias for fit introduced for compatibility with the generic S3 method.

@@ -288,25 +256,25 @@ chi2 error percentage.

standardized in the residual plot?

-
-

Value

+
+

Value

The function is called for its side effect.

-
-

Details

+
+

Details

If the current plot device is a tikz device, then latex is being used for the formatting of the chi2 error level, if show_errmin = TRUE.

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


 # One parent compound, one metabolite, both single first order, path from
 # parent to sink included
@@ -344,26 +312,22 @@ latex is being used for the formatting of the chi2 error level, if
 
 
-
- -
+
-
- -- cgit v1.2.1