"spreading out" a numeric vector
Levi Waldron wrote:
I am creating a timeline plot, but running into a problem in positions where the values to plot are too close together to print the text without overlap...
Hi Levi, This may not be what you want, but spread.labels in the plotrix package tries to evenly space labels for unevenly spaced points. Jim