roundpretty function

Roundpretty

Roundpretty

Round a value in a pretty way.

roundpretty(kvec, maxdig)

Arguments

  • kvec: the variable to be rounded
  • maxdig: maximum number of digits after the coma

Returns

  • result: rounded value

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.

Author(s)

Peter Filzmoser <P.Filzmoser@tuwien.ac.at > http://cstat.tuwien.ac.at/filz/

See Also

roundpretty.sub

Examples

roundpretty(0.873463029,5) roundpretty(0.073463029,5) roundpretty(0.003463029,5) roundpretty(0.000463029,5)