> I am plotting some data, and use text() to get variable names next to
> points on the graph. What is the best way to make sure that these text
> labels are readable and not overlapping when two datapoints are close?
> I've tried using jitter(), but the effect is random and doesn't always
> give a good result.
It is probably possible to calculate the space that each label takes up on the page, and write some logic to automatically reposition the labels. This however is almost certainly very tricky to do properly. The easier options are:
Regards,
Richie.
Mathematical Sciences Unit
HSL
Archive maintained by Robert King, hosted by
the discipline of
statistics at the
University of Newcastle,
Australia.
Archive generated by hypermail 2.2.0, at Mon 25 Feb 2008 - 11:30:16 GMT.
Mailing list information is available at https://stat.ethz.ch/mailman/listinfo/r-help. Please read the posting guide before posting to the list.