Hello, I have a set of 70 geodata points. I would like to print them with its labels (z -value). (I played with points.geodata, however it only controls points size, pattern and color. Not labels.) Thanks, Rado -- Radoslav Bonk M.S. Dept. of Physical Geography and Geoecology Faculty of Sciences, Comenius University Mlynska Dolina 842 15, Bratislava, SLOVAKIA tel: +421 2 602 96 250 e-mail: rbonk at host.sk -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Rado Bonk wrote:> > I have a set of 70 geodata points. I would like to print them with its > labels (z -value). (I played with points.geodata, however it only > controls points size, pattern and color. Not labels.) >help(text) text(x=x, y=y, labels=<your labels, say z-value>, your choices of cex/adj/pos>) should do what you want. Roger -- Roger Bivand NHH, Breiviksveien 40, N-5045 Bergen, Norway (travelling but still accessible) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hi On 28 Oct 2002 at 14:51, Rado Bonk wrote:> Hello, > > I have a set of 70 geodata points. I would like to print them with its > labels (z -value). (I played with points.geodata, however it only > controls points size, pattern and color. Not labels.)maybe something like text(x,y,z,...) can do the appropriate labeling see ?text> > Thanks, > > Rado > > -- > Radoslav Bonk M.S. > Dept. of Physical Geography and Geoecology > Faculty of Sciences, Comenius University > Mlynska Dolina 842 15, Bratislava, SLOVAKIA > tel: +421 2 602 96 250 e-mail: rbonk at host.sk > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. > -.-.-.-.- 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. > _._._._._Petr Pikal petr.pikal at precheza.cz p.pik at volny.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._