Re: [R] Correct x-axis of two in one graph

2018-11-30 Thread PIKAL Petr
> Cc: r-help > Subject: Re: [R] Correct x-axis of two in one graph > > Dear Petr, > > Great!!! It worked. The years are interestingly displayed. > > Please one thing more. I want all the data points represented by lines only > and > not points. I tried to chang

Re: [R] Correct x-axis of two in one graph

2018-11-30 Thread Ogbos Okike
h you could modify or you > are free to modify the code itself. > > Cheers > Petr > > > -Original Message- > > From: Ogbos Okike > > Sent: Thursday, November 29, 2018 5:17 PM > > To: PIKAL Petr > > Cc: r-help > > Subject: Re: [R] Correct

Re: [R] Correct x-axis of two in one graph

2018-11-30 Thread PIKAL Petr
nal Message- > From: Ogbos Okike > Sent: Thursday, November 29, 2018 5:17 PM > To: PIKAL Petr > Cc: r-help > Subject: Re: [R] Correct x-axis of two in one graph > > Dear Petr, > > Thank you so much for your contribution. > > Let me show you what I have please. &

Re: [R] Correct x-axis of two in one graph

2018-11-29 Thread Ogbos Okike
if (linky) > lines(x, yleft, col = col[2], lty = 2, ...) > if (smooth != 0) > lines(supsmu(x, yleft, span = smooth), col = col[2], lty = 2, lwd > = lwds, ...) > } > > something like > > plot.yy(Year, Li, CR) > > Cheers > Petr > > > -Origin

Re: [R] Correct x-axis of two in one graph

2018-11-29 Thread PIKAL Petr
smu(x, yleft, span = smooth), col = col[2],lty = 2, lwd = lwds, ...) } something like plot.yy(Year, Li, CR) Cheers Petr > -Original Message- > From: R-help On Behalf Of Ogbos Okike > Sent: Thursday, November 29, 2018 2:33 PM > To: r-help > Subject: [R] Correct x-axis o

[R] Correct x-axis of two in one graph

2018-11-29 Thread Ogbos Okike
Dear Contributors, I have a data of the form: 4 8 10 8590 12516 4 8 11 8641 98143 4 8 12 8705 98916 4 8 13 8750 89911 4 8 14 8685 104835 4 8 15 8629 121963 4 8 16 8676 77655 4 8 17 8577 81081 4 8 18 8593 83385 4 8 19 8642 112164 4 8 20 8708 103684 4 8 21 8622 83982 4 8 22 8593 75944 4 8 23 8600