Displaying 1 result from an estimated 1 matches for "input02".
Did you mean:
input0
2009 Mar 26
1
Sort by timestamp
...ies
and I have the following Problem:
#I have a bunch of Time Series:
#First of all I import them from a txt File
data.input01 <-read.csv("./LD/20081030.txt", header = TRUE, sep = ";",
quote="\"", dec=",", fill = TRUE, comment.char="")
data.input02 <-read.csv("./LD/20090305.txt", header = TRUE, sep = ";",
quote="\"", dec=",", fill = TRUE, comment.char="")
data.input03 <-read.csv("./LD/20081114.txt", header = TRUE, sep = ";",
quote="\"", dec=",...