[R] labels for scattered points

Roger Bivand Roger.Bivand at nhh.no
Mon Oct 28 19:29:50 CET 2002


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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list