Re: [R] multiple time series plots

2020-09-17 Thread Jim Lemon
e error. > > > From: Jim Lemon > Sent: Friday, September 18, 2020 12:21 AM > To: peri He > Cc: r-help@r-project.org > Subject: Re: [R] multiple time series plots > > Hi Peri, > Without the data this is only a guess, but are the values of

Re: [R] multiple time series plots

2020-09-17 Thread Jim Lemon
Hi Peri, Without the data this is only a guess, but are the values of East and center within the limits of the plot generated by Nation? Jim On Fri, Sep 18, 2020 at 10:12 AM peri He wrote: > > Dear Friends, > > I am trying to add two time series curves into one plot. I don't get any > error but

[R] multiple time series plots

2020-09-17 Thread peri He
Dear Friends, I am trying to add two time series curves into one plot. I don't get any error but the lines are not added to my plot. I am trying the following code; 1) df <- as.data.frame (read_excel("C:/Users/NO2.xlsx", "trend)) 2) plot(df$year, df$Nation, type="o", col="blue", lty=1, ylab="ch

Re: [R] Multiple time series plots

2008-07-02 Thread Gabor Grothendieck
Best, > > > > john > > > > ________ > > From: stephen sefick [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2008 11:57 AM > To: Kerpel, John > Cc: r-help@r-project.org > Subject: Re: [R] Multiple time series plots > > &g

Re: [R] Multiple time series plots

2008-07-02 Thread Kerpel, John
:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 11:57 AM To: Kerpel, John Cc: r-help@r-project.org Subject: Re: [R] Multiple time series plots have you tried package(zoo) it works very well and should do what you want On Wed, Jul 2, 2008 at 10:54 AM, Kerpel, John <[EMAIL PROTECTED]>

Re: [R] Multiple time series plots

2008-07-02 Thread stephen sefick
have you tried package(zoo) it works very well and should do what you want On Wed, Jul 2, 2008 at 10:54 AM, Kerpel, John <[EMAIL PROTECTED]> wrote: > Hi all: > > > > I'm trying to plot two time series created in Rmetrics and label the > x-axis with dates. I tried the following: > > > > dates <-

[R] Multiple time series plots

2008-07-02 Thread Kerpel, John
Hi all: I'm trying to plot two time series created in Rmetrics and label the x-axis with dates. I tried the following: dates <- as.Date(seriesPositions(x.agg)) r <- as.Date(range(dates)) ts.plot([EMAIL PROTECTED],c(1,5)],gpars=list(ylab="Volume", lty=c(1:2),xaxt="n",main="Plot of V