Re: [R] 3 Overlayed simple plots

2011-10-31 Thread Barry Rowlingson
On Mon, Oct 31, 2011 at 8:54 AM, Rolf Turner wrote: > On 31/10/11 21:13, Alaios wrote: >> >> Dear all, >> I am plotting 3 plots into the same x and y axis. >> I want the first one to be painted red with a continuous line >> The second one green with a continuous line >> and the third one blue with

Re: [R] 3 Overlayed simple plots

2011-10-31 Thread Paul Hiemstra
On 10/31/2011 08:13 AM, Alaios wrote: > Dear all, > I am plotting 3 plots into the same x and y axis. > I want the first one to be painted red with a continuous line > The second one green with a continuous line > and the third one blue with a continuous line > > plot(max_power(data),ylim=c(-120,-2

Re: [R] 3 Overlayed simple plots

2011-10-31 Thread Rolf Turner
On 31/10/11 21:13, Alaios wrote: Dear all, I am plotting 3 plots into the same x and y axis. I want the first one to be painted red with a continuous line The second one green with a continuous line and the third one blue with a continuous line plot(max_power(data),ylim=c(-120,-20)) par(new

[R] 3 Overlayed simple plots

2011-10-31 Thread Alaios
Dear all, I am plotting 3 plots into the same x and y axis. I want the first one to be painted red with a continuous line The second one green with a continuous line and the third one blue with a continuous line plot(max_power(data),ylim=c(-120,-20))     par(new=T)     plot(min_power(data),ylim=c(