[R] overlapping graphs in logarithmic y-axis

2012-12-02 Thread eliza botto
dear useRs, i want to overlap graphs of two matrices in such a way that the y-axis of graph should be logarithmic against normal x-axis. i am, unsuccessfully, trying the followings matplot(mata, log=mata,type = l, col=red)lines(mata, log=matb,type = l, col=yellow) could you please help me out

Re: [R] overlapping graphs in logarithmic y-axis

2012-12-02 Thread Uwe Ligges
On 02.12.2012 16:19, eliza botto wrote: dear useRs, i want to overlap graphs of two matrices in such a way that the y-axis of graph should be logarithmic against normal x-axis. i am, unsuccessfully, trying the followings matplot(mata, log=mata,type = l, col=red)lines(mata, log=matb,type =

Re: [R] overlapping graphs in logarithmic y-axis

2012-12-02 Thread eliza botto
: lig...@statistik.tu-dortmund.de To: eliza_bo...@hotmail.com CC: r-help@r-project.org Subject: Re: [R] overlapping graphs in logarithmic y-axis On 02.12.2012 16:19, eliza botto wrote: dear useRs, i want to overlap graphs of two matrices in such a way that the y-axis of graph should

Re: [R] overlapping graphs in logarithmic y-axis

2012-12-02 Thread Uwe Ligges
. by replacing your code with matb, it worked!!! thankseliza Date: Sun, 2 Dec 2012 16:53:24 +0100 From: lig...@statistik.tu-dortmund.de To: eliza_bo...@hotmail.com CC: r-help@r-project.org Subject: Re: [R] overlapping graphs in logarithmic y-axis On 02.12.2012 16:19, eliza botto wrote: dear useRs