Re: [R] Scale of axis for two data sets

2013-08-27 Thread John Kane
could be a long night/week. Good luck. John Kane Kingston ON Canada -Original Message- From: mohan.radhakrish...@polarisft.com Sent: Tue, 27 Aug 2013 18:21:45 +0530 To: jrkrid...@inbox.com Subject: RE: [R] Scale of axis for two data sets Thanks. There is one more idea from Jim Lemon whic

Re: [R] Scale of axis for two data sets

2013-08-27 Thread mohan . radhakrishnan
anada -Original Message- From: mohan.radhakrish...@polarisft.com Sent: Tue, 27 Aug 2013 17:31:18 +0530 To: jrkrid...@inbox.com Subject: RE: [R] Scale of axis for two data sets Hi, Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the same

Re: [R] Scale of axis for two data sets

2013-08-27 Thread John Kane
olarisft.com > Subject: Re: [R] Scale of axis for two data sets > > On 08/27/2013 10:08 PM, Jim Lemon wrote: >> On 08/27/2013 10:01 PM, mohan.radhakrish...@polarisft.com wrote: >>> Hi, >>> Can't one y-axis be used ? Both 'Kbytes' and 'RSS' u

Re: [R] Scale of axis for two data sets

2013-08-27 Thread John Kane
ssage- From: mohan.radhakrish...@polarisft.com Sent: Tue, 27 Aug 2013 17:31:18 +0530 To: jrkrid...@inbox.com Subject: RE: [R] Scale of axis for two data sets Hi,               Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the same unit. Thanks, Mohan From:      

Re: [R] Scale of axis for two data sets

2013-08-27 Thread Jim Lemon
On 08/27/2013 10:08 PM, Jim Lemon wrote: On 08/27/2013 10:01 PM, mohan.radhakrish...@polarisft.com wrote: Hi, Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the same unit. Hi Mohan, Yes, you can use a single y axis. What you probably want is something like this: ylim<-range(c(Kbytes,

Re: [R] Scale of axis for two data sets

2013-08-27 Thread Jim Lemon
On 08/27/2013 10:01 PM, mohan.radhakrish...@polarisft.com wrote: Hi, Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the same unit. Hi Mohan, Yes, you can use a single y axis. What you probably want is something like this: ylim<-range(c(Kbytes,RSS)) plot(rNo,Kbytes,col

Re: [R] Scale of axis for two data sets

2013-08-27 Thread mohan . radhakrishnan
Hi, Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the same unit. Thanks, Mohan From: John Kane To: mohan.radhakrish...@polarisft.com Cc: r-help@r-project.org Date: 08/27/2013 05:13 PM Subject: RE: [R] Scale of axis for two

Re: [R] Scale of axis for two data sets

2013-08-27 Thread John Kane
       1287640        5 2687188        1287640        6 Thanks, Mohan From:        John Kane To:        mohan.radhakrish...@polarisft.com, r-help@r-project.org Date:        08/27/2013 04:57 PM Subject:        RE: [R] Scale of axis for two data sets I am misreading something here I thi

Re: [R] Scale of axis for two data sets

2013-08-27 Thread mohan . radhakrishnan
: mohan.radhakrish...@polarisft.com, r-help@r-project.org Date: 08/27/2013 04:57 PM Subject:RE: [R] Scale of axis for two data sets I am misreading something here I think. Why are you graphing against a constant? John Kane Kingston ON Canada > -Original Message- > From: mohan.radh

Re: [R] Scale of axis for two data sets

2013-08-27 Thread John Kane
I am misreading something here I think. Why are you graphing against a constant? John Kane Kingston ON Canada > -Original Message- > From: mohan.radhakrish...@polarisft.com > Sent: Tue, 27 Aug 2013 13:28:48 +0530 > To: r-help@r-project.org > Subject: [R] Scale of axis for two data sets >

Re: [R] Scale of axis for two data sets

2013-08-27 Thread Jim Lemon
On 08/27/2013 05:58 PM, mohan.radhakrish...@polarisft.com wrote: Hi, Kbytes RSS rNo 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788