From ead1f286271923f57d83aed41cb34181a10773ef Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 5 Nov 2019 00:05:34 +0100 Subject: Fix standardized residual plots in 'plot_res' --- man/plot.mkinfit.Rd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'man/plot.mkinfit.Rd') 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. -- cgit v1.2.1