Displaying 1 result from an estimated 1 matches for "average_bm_leaves_needl".
Did you mean:
average_bm_leaves_needles
2009 Jun 01
1
write values of points beside points in plot
Hi everyone,
is it possible to write a certain value beside a point in a plot?
I'm plotting the following:
plot(coefficient$intercept ~ coefficient$average_BM_leaves_needles,
main="intercepts ::: BM_leaves_needles",
ylab="intercepts", xlab="average BM_leaves_needles per site [kg]")
and I want to have the value of coefficient$site_no written beside
each point within the plot (to recognize them)
sorry for troubling you with this que...