diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-27 10:02:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-27 10:02:49 +0200 |
commit | b14fe21e176f523e800793102fb5634e468b3165 (patch) | |
tree | a67888ca4da48f0ce191a23be706268e104aa01e /man/plot.mmkin.Rd | |
parent | 43c0ae8431440bab723b35909d43f51434288c33 (diff) |
Show chi2 in plot.mkinfit, round with signif
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r-- | man/plot.mmkin.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index 37d7a25a..cfc7a35b 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -9,7 +9,7 @@ to the same dataset is shown. } \usage{ -\method{plot}{mmkin}(x, main = "auto", legends = 1, errmin_var = "All data", errmin_digits = 2, +\method{plot}{mmkin}(x, main = "auto", legends = 1, errmin_var = "All data", errmin_digits = 3, cex = 0.7, rel.height.middle = 0.9, ...) } \arguments{ @@ -26,7 +26,7 @@ The variable for which the FOCUS chi2 error value should be shown. } \item{errmin_digits}{ - The number of digits for rounding the FOCUS chi2 error percentage. + The number of significant digits for rounding the FOCUS chi2 error percentage. } \item{cex}{ Passed to the plot functions and \code{\link{mtext}}. |