[R] By which function I can limit the precision of numbers??

Uwe Ligges ligges at statistik.uni-dortmund.de
Fri Jan 5 10:34:49 CET 2001



Witold Eryk Wolski wrote:
> 
> Hi!
> I want to plot some numerical results in a graphic. I use the function
> text(x,y, result).
> What i want is to limit the precision of the numbers stored in result to
> 2 decimal places for layout reasons. How to do it??
> thx Witek

text(x, y, round(result, 2))

Uwe
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list