diff options
Diffstat (limited to 'man/plot.mkinfit.Rd')
-rw-r--r-- | man/plot.mkinfit.Rd | 7 |
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. |