Skip to content

values in graph points

3 messages · Romildo Martins, David Winsemius, Jim Lemon

#
On Jun 23, 2009, at 5:04 PM, Romildo Martins wrote:

            
Most people would call those y-points, nonetheless, you should be  
looking at:

?text
text(x, x=(1:4), y=x-.15)
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
#
Hi Romildo,
thigmophobe.labels in the plotrix package might do what you want:

thigmophobe.labels(x,y,labels=y,...)

I have just had a bug report, so if you have any NA or NaN values in 
your x and y coordinates, wait for version 2.6-2

Jim