search for: tp25977196p25977926

Displaying 1 result from an estimated 1 matches for "tp25977196p25977926".

2009 Oct 20
2
Time Zone names on Windows
Dear R-users, I tried to read recorded data into R, but confronted the problem about time zone. The data was recorded in GMT+1 (without summer time changing), and at first I tried to do in the way: data <- read.zoo("data.txt", header=FALSE, sep=",", format="%H:%M:%S %d.%m.%Y", strip.white=TRUE, tz="GMT+1", skip=3) However, it failed. Then, I found the