search for: 00hs

Displaying 1 result from an estimated 1 matches for "00hs".

Did you mean: 00h
2004 Nov 04
1
error in chron object library
...daily records. In the temporal series over "serie" dataframe, using chron's object: > library(chron) # load chron library > length(serie$data) [1] 27182 > serie$data[length(serie$data)] [1] (85-12-31 00:00:00) # 1985-dez-31 00:00:00hs > serie$data[1] [1] (11-08-01 00:00:00) # 1911-aug-01 00:00:00hs > serie$data[length(serie$data)] -serie$data[1] # error, correct value is: 27181 which are the solution? Juan S. Ramseyer