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.mmkin.html | 200 +++++++++++++++++------------------------ 1 file changed, 82 insertions(+), 118 deletions(-) (limited to 'docs/reference/plot.mmkin.html') diff --git a/docs/reference/plot.mmkin.html b/docs/reference/plot.mmkin.html index f3d56cd2..14e63a73 100644 --- a/docs/reference/plot.mmkin.html +++ b/docs/reference/plot.mmkin.html @@ -1,125 +1,93 @@ -Plot model fits (observed and fitted) and the residuals for a row or column -of an mmkin object — plot.mmkin • mkinPlot model fits (observed and fitted) and the residuals for a row or column +of an mmkin object — plot.mmkin • mkin + + Skip to contents -
-
-
- +
+
+
-
+

When x is a row selected from an mmkin object ([.mmkin), the same model fitted for at least one dataset is shown. When it is a column, the fit of at least one model to the same dataset is shown.

-
+
+

Usage

# S3 method for mmkin
 plot(
   x,
@@ -138,8 +106,8 @@ the fit of at least one model to the same dataset is shown.

)
-
-

Arguments

+
+

Arguments

x

An object of class mmkin, with either one row or one column.

@@ -202,24 +170,24 @@ than two rows of plots are shown.

mkinresplot.

-
-

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.

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


   # \dontrun{
   # Only use one core not to offend CRAN checks
@@ -248,26 +216,22 @@ latex is being used for the formatting of the chi2 error level.

-
- -
+
-
- -- cgit v1.2.1