Skip to content
Prev 239595 / 398500 Next

Y Axis Labels

Thank you both. Using axis I have gotten exactly what I needed.

Thanks,
Mitch 


-----Original Message-----
From: Thomas Levine [mailto:thomas.levine at gmail.com] 
Sent: Wednesday, October 27, 2010 2:34 PM
To: Sarah Goslee
Cc: Downey, Patrick; r-help at r-project.org
Subject: Re: [R] Y Axis Labels

Oops. That was backwards

plot(scale~time,axes=F)
axis(2,at=0:4,labels=c("Never", "Once per month", "A few times per month",
"A few times per week","Everyday"))
axis(1)

Tom

2010/10/27 Thomas Levine <thomas.levine at gmail.com>:
wrote: