Skip to content
Back to formatted view

Raw Message

Message-ID: <47E62E60.4080704@bitwrit.com.au>
Date: 2008-03-23T10:18:08Z
From: Jim Lemon
Subject: "spreading out" a numeric vector
In-Reply-To: <7a09e3940803221803y7f9534f7r3652094f19d1d976@mail.gmail.com>

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