From aa5aeeb5d55017774eff1066a495df59b97ca233 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 4 Nov 2019 23:55:09 +0100 Subject: Static documentation rebuilt by pkgdown --- docs/reference/mkinresplot.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'docs/reference/mkinresplot.html') diff --git a/docs/reference/mkinresplot.html b/docs/reference/mkinresplot.html index 1ac2cdbe..4429798b 100644 --- a/docs/reference/mkinresplot.html +++ b/docs/reference/mkinresplot.html @@ -72,7 +72,7 @@ argument show_residuals = TRUE." /> mkin - 0.9.49.6 + 0.9.49.8 @@ -143,7 +143,8 @@ argument show_residuals = TRUE.

mkinresplot(object, obs_vars = names(object$mkinmod$map), xlim = c(0,
-  1.1 * max(object$data$time)), xlab = "Time", ylab = "Residual",
+  1.1 * max(object$data$time)), standardized = FALSE, xlab = "Time",
+  ylab = ifelse(standardized, "Standardized residual", "Residual"),
   maxabs = "auto", legend = TRUE, lpos = "topright",
   col_obs = "auto", pch_obs = "auto", frame = TRUE, ...)
@@ -164,14 +165,18 @@ the model

xlim

plot range in x direction.

+ + standardized +

Should the residuals be standardized by dividing by the +standard deviation given by the error model of the fit?

+ xlab -

Label for the x axis. Defaults to "Time [days]".

+

Label for the x axis.

ylab -

Label for the y axis. Defaults to "Residual [% of applied -radioactivity]".

+

Label for the y axis.

maxabs @@ -180,7 +185,7 @@ scaling of the y axis and defaults to "auto".

legend -

Should a legend be plotted? Defaults to "TRUE".

+

Should a legend be plotted?

lpos @@ -212,7 +217,8 @@ be passed on to legendSee also

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

+ lines of the mkinfit object, and plot_res for a function + combining the plot of the fit and the residual plot.

Examples

-- cgit v1.2.1