Re: [R] setting the steps for x axis labels on plot

2010-03-01 Thread Gonzalo Garcia-Perate
Thank you both for your help, axis did the trick very nicely. On 1 March 2010 11:34, Chuck Cleland wrote: > On 3/1/2010 6:16 AM, Gonzalo Garcia-Perate wrote: >> Hello, I'm new to R, I've been working with it for the last 2 weeks. I >> am plotting some data and not getting the labels on the x axis

Re: [R] setting the steps for x axis labels on plot

2010-03-01 Thread Chuck Cleland
On 3/1/2010 6:16 AM, Gonzalo Garcia-Perate wrote: > Hello, I'm new to R, I've been working with it for the last 2 weeks. I > am plotting some data and not getting the labels on the x axis I am > expecting on my plot. > > > my code reads > > #hours in the day > h <- c(0,1,2,3,4,5,6,7,8,9,10,11,12

Re: [R] setting the steps for x axis labels on plot

2010-03-01 Thread Jim Lemon
On 03/01/2010 10:16 PM, Gonzalo Garcia-Perate wrote: Hello, I'm new to R, I've been working with it for the last 2 weeks. I am plotting some data and not getting the labels on the x axis I am expecting on my plot. my code reads #hours in the day h <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,

[R] setting the steps for x axis labels on plot

2010-03-01 Thread Gonzalo Garcia-Perate
Hello, I'm new to R, I've been working with it for the last 2 weeks. I am plotting some data and not getting the labels on the x axis I am expecting on my plot. my code reads #hours in the day h <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23) #hp is a data frame with a p