Skip to content
Back to formatted view

Raw Message

Message-ID: <20030516115650.LLZD23569.mta07.mail.mel.aone.net.au@there>
Date: 2003-05-16T11:18:44Z
From: Jim Lemon
Subject: Axis labels
In-Reply-To: <20030516080525.GA1887@porcupine.gsf.de>

Philipp Pagel wrote:
> Hello R-experts!
>
> When I produce a plot R takes avoids overlapping axis labels in order to
> maintain readabilty which is great. But now I have written a little
> custom plot function in which I set my own labels and label
> positions after generating the actual plot:
>
> axis(..., lables=c('A', 'B', 'F', 'G', 'M'), at=mypositions)
>
I realize that this isn't what you asked for, but there is a function for 
staggering long axis labels in "Kickstarting R" at:

http://cran.r-project.org

under Contributed Documentation. Might help.

Jim