aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/plot.mkinfit.Rd2
-rw-r--r--man/plot.mmkin.Rd3
2 files changed, 4 insertions, 1 deletions
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd
index bf38c5a5..9fd4c038 100644
--- a/man/plot.mkinfit.Rd
+++ b/man/plot.mkinfit.Rd
@@ -12,7 +12,7 @@
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),
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd
index 998e25e1..c127be8c 100644
--- a/man/plot.mmkin.Rd
+++ b/man/plot.mmkin.Rd
@@ -10,6 +10,7 @@ of an mmkin object}
main = "auto",
legends = 1,
resplot = c("time", "errmod"),
+ ylab = "Residue",
standardized = FALSE,
show_errmin = TRUE,
errmin_var = "All data",
@@ -32,6 +33,8 @@ column.}
\code{\link{mkinresplot}}, or as squared residuals against predicted
values, with the error model, using \code{\link{mkinerrplot}}.}
+\item{ylab}{Label for the y axis.}
+
\item{standardized}{Should the residuals be standardized? This option
is passed to \code{\link{mkinresplot}}, it only takes effect if
\code{resplot = "time"}.}

Contact - Imprint