Skip to content
Prev 180335 / 398525 Next

replacing default axis labels on a plot

On 14/05/2009 7:31 AM, Graves, Gregory wrote:
ticks.lab is not a parameter to the plot.formula function.  You don't 
say where you found it described, but I'd suggest you read your source 
more closely, or just use xaxt="n" in the plot call, and construct your 
own call to axis(), e.g. axis(1, at=1:12, labels=monthname).

Duncan Murdoch