From ee99cf40fdf6d986a909010d18063ad032f69899 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 2 Sep 2019 16:14:50 +0200 Subject: Some changes to improve plots on beamer slides --- man/plot.mkinfit.Rd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man/plot.mkinfit.Rd') 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}}. } -- cgit v1.2.1