diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-03-04 10:12:43 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-03-04 10:12:43 +0100 |
commit | d0a358a8f4fd03c95536409523e492eb15726f44 (patch) | |
tree | fefa34562fb4557921d88f64c6827401a9c1ed99 /man/print.nafta.Rd | |
parent | 4e85356bbe535aaf5bc7dc25238ed6a8d1f9913c (diff) |
Review tests and examples based on winbuilder results
Static documentation rebuilt by pkgdown
Diffstat (limited to 'man/print.nafta.Rd')
-rw-r--r-- | man/print.nafta.Rd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/print.nafta.Rd b/man/print.nafta.Rd index 78ece0ad..e42a619d 100644 --- a/man/print.nafta.Rd +++ b/man/print.nafta.Rd @@ -9,7 +9,7 @@ i.e. SFO, then IORE, and finally DFOP. } \usage{ - \method{print}{nafta}(x, quiet = TRUE, ...) + \method{print}{nafta}(x, quiet = TRUE, digits = 3, ...) } \arguments{ \item{x}{ @@ -18,6 +18,9 @@ \item{quiet}{ Should the evaluation text be shown? } + \item{digits}{ + Number of digits to be used for printing parameters and dissipation times. + } \item{\dots}{ Not used. } |