| Line 31... |
Line 31... |
| 31 |
\item{min.d}{an integer specifying the minimal number of digits to use in
|
31 |
\item{min.d}{an integer specifying the minimal number of digits to use in
|
| 32 |
the resulting \code{\link{round}(x, digits=*)} call when \code{mFUN(*) > 0}.
|
32 |
the resulting \code{\link{round}(x, digits=*)} call when \code{mFUN(*) > 0}.
|
| 33 |
Using \code{min.d = -324} or smaller provides scale invariance,
|
33 |
Using \code{min.d = -324} or smaller provides scale invariance,
|
| 34 |
whereas the default \code{min.d = 0} is back compatible with S and
|
34 |
whereas the default \code{min.d = 0} is back compatible with S and
|
| 35 |
\R versions before 4.4.0 where, it was implicitly hardwired to \code{0}
|
35 |
\R versions before 4.4.0 where, it was implicitly hardwired to \code{0}
|
| 36 |
with the intuition that e.g., \code{4} should never be zapped to code{0}.}
|
36 |
with the intuition that e.g., \code{4} should never be zapped to \code{0}.}
|
| 37 |
}
|
37 |
}
|
| 38 |
\references{
|
38 |
\references{
|
| 39 |
\bibshow{R:Chambers:1998}
|
39 |
\bibshow{R:Chambers:1998}
|
| 40 |
}
|
40 |
}
|
| 41 |
\examples{
|
41 |
\examples{
|