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.mmkin.Rd | |
parent | 9ffec8b386646c51d1458f9c9c7b3124a8d9c91c (diff) |
Some changes to improve plots on beamer slides
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r-- | man/plot.mmkin.Rd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index 44e5e4c7..90b92d27 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -13,8 +13,8 @@ } \usage{ \method{plot}{mmkin}(x, main = "auto", legends = 1, - resplot = c("time", "errmod"), errmin_var = "All data", errmin_digits = 3, - cex = 0.7, rel.height.middle = 0.9, ...) + resplot = c("time", "errmod"), show_errmin = TRUE, errmin_var = "All data", + errmin_digits = 3, cex = 0.7, rel.height.middle = 0.9, ...) } \arguments{ \item{x}{ @@ -31,6 +31,9 @@ or as squared residuals against predicted values, with the error model, using \code{\link{mkinerrplot}}. } + \item{show_errmin}{ + Should the chi2 error level be shown on top of the plots to the left? + } \item{errmin_var}{ The variable for which the FOCUS chi2 error value should be shown. } |