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.mkinfit.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs/dev/reference/plot.mkinfit.html')
diff --git a/docs/dev/reference/plot.mkinfit.html b/docs/dev/reference/plot.mkinfit.html
index c7eda78f..c5bfb528 100644
--- a/docs/dev/reference/plot.mkinfit.html
+++ b/docs/dev/reference/plot.mkinfit.html
@@ -123,7 +123,7 @@ observed data together with the solution of the fitted model." />
-
-
+
@@ -157,7 +157,7 @@ observed data together with the solution of the fitted model.
fit = x,
obs_vars = names(fit$mkinmod$map),
xlab = "Time",
- ylab = "Observed",
+ ylab = "Residue",
xlim = range(fit$data$time),
ylim = "default",
col_obs = 1:length(obs_vars),
--
cgit v1.2.1