roundpretty {StatDA} | R Documentation |
Roundpretty
Description
Round a value in a pretty way.
Usage
roundpretty(kvec, maxdig)
Arguments
kvec |
the variable to be rounded |
maxdig |
maximum number of digits after the coma |
Value
result |
rounded value |
Author(s)
Peter Filzmoser <P.Filzmoser@tuwien.ac.at> http://cstat.tuwien.ac.at/filz/
References
C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley and Sons, Chichester, 2008.
See Also
Examples
roundpretty(0.873463029,5)
roundpretty(0.073463029,5)
roundpretty(0.003463029,5)
roundpretty(0.000463029,5)
[Package StatDA version 1.7.11 Index]