Re: [R] Show time in x-axis

2013-11-11 Thread Jim Lemon
On 11/11/2013 09:07 PM, mohan.radhakrish...@polarisft.com wrote: Hi, I am trying to show time( HH:MM:SS) in my x-axis. I have these two questions. 1. The error in the code is Error in axis(1, at = data$Time, labels = data$Time, las = 2, cex.axis = 1.2) : (list) object cannot be

[R] Show time in x-axis

2013-11-11 Thread mohan . radhakrishnan
Hi, I am trying to show time( HH:MM:SS) in my x-axis. I have these two questions. 1. The error in the code is Error in axis(1, at = data$Time, labels = data$Time, las = 2, cex.axis = 1.2) : (list) object cannot be coerced to type 'double' Should I use 'POSIXCt' or 'strptime' ?