diff options
Diffstat (limited to 'man/plot.mkinfit.Rd')
-rw-r--r-- | man/plot.mkinfit.Rd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd index 5e20ad90..a4f47073 100644 --- a/man/plot.mkinfit.Rd +++ b/man/plot.mkinfit.Rd @@ -27,7 +27,7 @@ maxabs = "auto", sep_obs = FALSE, rel.height.middle = 0.9, lpos = "topright", inset = c(0.05, 0.05), - show_errmin = FALSE, errmin_digits = 3, \dots) + show_errmin = FALSE, errmin_digits = 3, frame = TRUE, \dots) plot_sep(fit, sep_obs = TRUE, show_residuals = TRUE, show_errmin = TRUE, \dots) } \arguments{ @@ -105,6 +105,9 @@ plot_sep(fit, sep_obs = TRUE, show_residuals = TRUE, show_errmin = TRUE, \dots) \item{errmin_digits}{ The number of significant digits for rounding the FOCUS chi2 error percentage. } + \item{frame}{ + Should a frame be drawn around the plots? + } \item{\dots}{ Further arguments passed to \code{\link{plot}}. } |