search for: w5073

Displaying 1 result from an estimated 1 matches for "w5073".

Did you mean: 5073
2002 Jul 03
2
Adding text to a plot
...83), b) # ------------------------------- But the distance between the first and second line depends on the scale of the y-axis. Is there a solution to put the lines in the upper right corner, independent of the y-scale? # Question 2 My data.frame looks like: > u country gdp50 w5073 1.AUS AUS 77.15967 2.1708460 1.AUT AUT 74.06830 1.8691745 1.BEL BEL 77.87497 1.7547546 1.CAN CAN 87.07300 1.3649655 [...] To add labels on points in a plot I call: text(x=u[,2]+chw, y=u[,3], labels=levels(u[,1]), adj=0 ) How can I label only the datapoints for 'CA...