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.