diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-02 16:14:50 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-02 16:14:50 +0200 |
commit | ee99cf40fdf6d986a909010d18063ad032f69899 (patch) | |
tree | a122d1249db9b27a2bc45a06b4ed05a33b8fb9ba /man/plot.mkinfit.Rd | |
parent | 9ffec8b386646c51d1458f9c9c7b3124a8d9c91c (diff) |
Some changes to improve plots on beamer slides
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}}. } |