Re: [R] Y-axis labels as decimal numbers

2013-09-10 Thread mohan . radhakrishnan
uration,as.numeric(levels(set1$duration.1)[set1$duration.1]), as.numeric(levels(set1$duration.1)[set1$duration.1]), 2, cex=1.45) Thanks, Mohan From: jim holtman To: mohan.radhakrish...@polarisft.com Cc: R mailing list Date: 09/06/2013 08:20 PM Subject:Re: [R] Y-axis lab

Re: [R] Y-axis labels as decimal numbers

2013-09-06 Thread jim holtman
1$duration.2, labels = set1$duration, las = 2,cex.axis=2.5) > text(set1$duration,set1$duration.1, set1$duration.1, 2, cex=1.45) > > I think this is the correct code. The graphs is attached. y-axis is not > accurately shown. > > > > > Thanks. > > > > From

Re: [R] Y-axis labels as decimal numbers

2013-09-06 Thread mohan . radhakrishnan
ed 'syntax' to use 'factors'. Works perfectly but I still don't know what factors are. Have been using them everywhere without understanding :-) Thanks, Mohan From: jim holtman To: mohan.radhakrish...@polarisft.com Date: 09/05/2013 10:05 PM Subject:Re:

Re: [R] Y-axis labels as decimal numbers

2013-09-05 Thread mohan . radhakrishnan
com Cc: R mailing list Date: 09/05/2013 10:01 PM Subject:Re: [R] Y-axis labels as decimal numbers So what is wrong with the y-axis? When I run your script, things seem right. Can you explain what it is that you want. Jim Holtman Data Munger Guru What is the problem that you are trying t

Re: [R] Y-axis labels as decimal numbers

2013-09-05 Thread Jim Lemon
On 09/05/2013 11:22 PM, mohan.radhakrish...@polarisft.com wrote: Hi, I am able to create a graph with this code but the decimal numbers are not plotted accurately because the ylim values are not set properly. x-axis is proper. How do I accurately set the ylim for duration.1 column

Re: [R] Y-axis labels as decimal numbers

2013-09-05 Thread jim holtman
So what is wrong with the y-axis? When I run your script, things seem right. Can you explain what it is that you want. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. On Thu, Sep 5, 2013 at 9:22 AM, wrote:

[R] Y-axis labels as decimal numbers

2013-09-05 Thread mohan . radhakrishnan
Hi, I am able to create a graph with this code but the decimal numbers are not plotted accurately because the ylim values are not set properly. x-axis is proper. How do I accurately set the ylim for duration.1 column ? Thanks, Mohan set1$duration<- as.POSIXct(paste('2013-08-24', s