John: The data that I sent you did you receive it? If so what thoughts or suggestions do you have for plotting the time series?
I am not sure what is going wrong and getting multi plot of same. Thank you Wayne Schlemitz schmtz...@yahoo.com On Saturday, May 24, 2014 11:34 AM, John Kane <jrkrid...@inbox.com> wrote: No raw data. Sent is as text (csv) or use dput() to include it in the email. John Kane Kingston ON Canada > -----Original Message----- > From: schmtz...@yahoo.com > Sent: Fri, 23 May 2014 08:02:31 -0700 (PDT) > To: r-help@r-project.org > Subject: [R] Time Series > > Dear Sir: > I am trying to plot a time series from the following code: > > test <- read.table("/home/wayne/inr2a.txt", header = TRUE, quote="", sep > = ";") > x2 <- ts(data=test, frequency = 80, start = c(2012,11), end = c(2014,5)) > plot.ts(x2, xlab="Date", ylab="Inr", main="X2 - Time Series", > ylim=c(1.0,4.0),pch=16, col="black") > > What I get is multi plots that print 3x across the plot. > > Using R 2.15.2-1 on Ubuntu Natty > Attached is the raw data. > > Thank you for any suggestions. > Wayne > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ____________________________________________________________ Protect your computer files with professional cloud backup. Learn more at http://backup.pcrx.com/mail [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.