Re: [R] Time Series

2014-06-02 Thread wayne schlemitz
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

[R] Time Series

2014-05-23 Thread wayne schlemitz
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