aboutsummaryrefslogtreecommitdiff
path: root/man/plot.mkinfit.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-11-05 00:05:34 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-11-05 00:05:34 +0100
commitead1f286271923f57d83aed41cb34181a10773ef (patch)
tree86335c3b59ddd93d51bb18e326543fa957983912 /man/plot.mkinfit.Rd
parentaa5aeeb5d55017774eff1066a495df59b97ca233 (diff)
Fix standardized residual plots in 'plot_res'
Diffstat (limited to 'man/plot.mkinfit.Rd')
-rw-r--r--man/plot.mkinfit.Rd7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd
index 6824f8a5..47cc08a4 100644
--- a/man/plot.mkinfit.Rd
+++ b/man/plot.mkinfit.Rd
@@ -21,8 +21,8 @@ plot_sep(fit, show_errmin = TRUE,
"standardized"), ...)
plot_res(fit, sep_obs = FALSE, show_errmin = sep_obs,
- show_residuals = ifelse(identical(fit$err_mod, "const"), TRUE,
- "standardized"), ...)
+ standardized = ifelse(identical(fit$err_mod, "const"), FALSE, TRUE),
+ ...)
plot_err(fit, sep_obs = FALSE, show_errmin = sep_obs, ...)
}
@@ -96,7 +96,8 @@ chi2 error percentage.}
\item{\dots}{Further arguments passed to \code{\link{plot}}.}
-\item{standardized}{For}
+\item{standardized}{When calling 'plot_res', should the residuals be
+standardized in the residual plot?}
}
\value{
The function is called for its side effect.

Contact - Imprint