From 737fc7f352bbb853b01ff6e3c6ec21a528da901e Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Mon, 25 Jan 2021 14:45:04 +0100
Subject: Change default ylab in plot.mkinfit, explicit ylab for plot.mmkin
See NEWS.md. Closes #12
---
docs/dev/reference/plot.mmkin.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
(limited to 'docs/dev/reference/plot.mmkin.html')
diff --git a/docs/dev/reference/plot.mmkin.html b/docs/dev/reference/plot.mmkin.html
index 32da836d..ee80c6e4 100644
--- a/docs/dev/reference/plot.mmkin.html
+++ b/docs/dev/reference/plot.mmkin.html
@@ -125,7 +125,7 @@ the fit of at least one model to the same dataset is shown." />
-
-
+
@@ -160,6 +160,7 @@ the fit of at least one model to the same dataset is shown.
main = "auto",
legends = 1,
resplot = c("time", "errmod"),
+ ylab = "Residue",
standardized = FALSE,
show_errmin = TRUE,
errmin_var = "All data",
@@ -192,6 +193,10 @@ column.
mkinresplot
, or as squared residuals against predicted
values, with the error model, using mkinerrplot
.
+
+ ylab |
+ Label for the y axis. |
+
standardized |
Should the residuals be standardized? This option
--
cgit v1.2.1
|