From 5b1179f0daff9077e1370065f9b9f03a2d0e0450 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Thu, 15 Oct 2020 12:53:23 +0200
Subject: Update online docs for release version
---
docs/reference/mkinerrplot.html | 49 ++++++++++++++++++++++++-----------------
1 file changed, 29 insertions(+), 20 deletions(-)
(limited to 'docs/reference/mkinerrplot.html')
diff --git a/docs/reference/mkinerrplot.html b/docs/reference/mkinerrplot.html
index c2be5abf..dfbd88be 100644
--- a/docs/reference/mkinerrplot.html
+++ b/docs/reference/mkinerrplot.html
@@ -76,7 +76,7 @@ using the argument show_errplot = TRUE." />
mkin
- 0.9.50.2
+ 0.9.50.3
@@ -113,6 +113,9 @@ using the argument show_errplot = TRUE." />
Example evaluation of NAFTA SOP Attachment examples
+
+ Some benchmark timings
+
@@ -121,7 +124,7 @@ using the argument show_errplot = TRUE." />
-
-
+
@@ -140,7 +143,7 @@ using the argument show_errplot = TRUE." />
@@ -152,20 +155,20 @@ and this error model plot can be obtained with
show_errplot = TRUE
.
- mkinerrplot(
- object,
- obs_vars = names(object$mkinmod$map),
- xlim = c(0, 1.1 * max(object$data$predicted)),
- xlab = "Predicted",
- ylab = "Squared residual",
- maxy = "auto",
- legend = TRUE,
- lpos = "topright",
- col_obs = "auto",
- pch_obs = "auto",
- frame = TRUE,
- ...
-)
+ mkinerrplot(
+ object,
+ obs_vars = names(object$mkinmod$map),
+ xlim = c(0, 1.1 * max(object$data$predicted)),
+ xlab = "Predicted",
+ ylab = "Squared residual",
+ maxy = "auto",
+ legend = TRUE,
+ lpos = "topright",
+ col_obs = "auto",
+ pch_obs = "auto",
+ frame = TRUE,
+ ...
+)
Arguments
@@ -220,7 +223,7 @@ be passed on to legend
... |
- further arguments passed to plot . |
+ further arguments passed to plot . |
@@ -232,11 +235,17 @@ effect, namely to produce a plot.
mkinplot
, for a way to plot the data and the fitted
lines of the mkinfit object.
+ Author
+
+ Johannes Ranke
Examples
#> Successfully compiled differential equation model from auto-generated C code.
#> Warning: Observations with value of zero were removed from the data
mkinerrplot(fit)
#> Successfully compiled differential equation model from auto-generated C code.
#> Warning: Observations with value of zero were removed from the data
mkinerrplot(fit)
+
# }
@@ -254,7 +263,7 @@ lines of the mkinfit object.
--
cgit v1.2.1