Re: [R] Sos! Lines doesn't add plots to an existing plot...

2006-01-31 Thread Petr Pikal
] To: R-help@stat.math.ethz.ch Subject:[R] Sos! Lines doesn't add plots to an existing plot... I am lost: plot(testError, col=red) lines(testVar, col=black) Only one plot (the red one) appear on the Window, the black line did not appear...what's wrong

[R] Sos! Lines doesn't add plots to an existing plot...

2006-01-30 Thread Michael
I am lost: plot(testError, col=red) lines(testVar, col=black) Only one plot (the red one) appear on the Window, the black line did not appear...what's wrong? Thanks a lot! [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch

Re: [R] Sos! Lines doesn't add plots to an existing plot...

2006-01-30 Thread Dieter Menne
Michael comtech.usa at gmail.com writes: plot(testError, col=red) lines(testVar, col=black) Only one plot (the red one) appear on the Window, the black line did not appear...what's wrong? We can only guess, because you did not supply the data. But I am quite sure, that the lines-data

Re: [R] Sos! Lines doesn't add plots to an existing plot...

2006-01-30 Thread Barry Rowlingson
Michael wrote: plot(testError, col=red) lines(testVar, col=black) Only one plot (the red one) appear on the Window, the black line did not appear...what's wrong? Hang on a second, just let me hack into your machine so I can find out what 'testError' and 'testVar' are I'm guessing

Re: [R] Sos! Lines doesn't add plots to an existing plot...

2006-01-30 Thread Ted Harding
On 31-Jan-06 Michael wrote: I am lost: plot(testError, col=red) lines(testVar, col=black) Only one plot (the red one) appear on the Window, the black line did not appear...what's wrong? Thanks a lot! Check the ranges of values of your two variables (in both x and y directions in