[R] Time Series
wayne schlemitz
schmtzway at yahoo.com
Fri May 23 17:02:31 CEST 2014
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
More information about the R-help
mailing list