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/mkinerrplot.html | 202 +++++++++++++++++----------------------- 1 file changed, 84 insertions(+), 118 deletions(-) (limited to 'docs/reference/mkinerrplot.html') diff --git a/docs/reference/mkinerrplot.html b/docs/reference/mkinerrplot.html index 6996eb86..cd1d93f1 100644 --- a/docs/reference/mkinerrplot.html +++ b/docs/reference/mkinerrplot.html @@ -1,118 +1,87 @@ -Function to plot squared residuals and the error model for an mkin object — mkinerrplot • mkinFunction to plot squared residuals and the error model for an mkin object — mkinerrplot • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

This function plots the squared residuals for the specified subset of the observed variables from an mkinfit object. In addition, one or more dashed line(s) show the fitted error model. A combined plot of the fitted model @@ -120,7 +89,8 @@ and this error model plot can be obtained with show_errplot = TRUE.

-
+
+

Usage

mkinerrplot(
   object,
   obs_vars = names(object$mkinmod$map),
@@ -137,8 +107,8 @@ using the argument show_errplot = TRUE.

)
-
-

Arguments

+
+

Arguments

object

A fit represented in an mkinfit object.

@@ -191,25 +161,25 @@ be passed on to plot.

-
-

Value

+
+

Value

Nothing is returned by this function, as it is called for its side effect, namely to produce a plot.

-
-

See also

+
+

See also

mkinplot, for a way to plot the data and the fitted lines of the mkinfit object.

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


 # \dontrun{
 model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
@@ -222,26 +192,22 @@ lines of the mkinfit object.

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