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 -- Witold Eryk Wolski Max Plank Institut fuer Molekulare Genetik Ihnestr73 14195 Berlin Germany tel.: Work 0049-30-84131426 http://www.molgen.mpg.de/~wolski -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
By which function I can limit the precision of numbers??
2 messages · Wolski, Uwe Ligges
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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._