Re: [Rd] error in chron object library

2004-11-04 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: I guess you get something negative,because the year you have coded is 2011 rather than 1911! yes, you are correct! I'm using a routine for file format transform output_file <- leSRHchron(input_file) So you know how to solve it now? If not, what is leSRHchron()??? Uwe Ligg

Re: [Rd] error in chron object library

2004-11-04 Thread [EMAIL PROTECTED]
> > I guess you get something negative,because the year you have coded is > > 2011 rather than 1911! yes, you are correct! I'm using a routine for file format transform > output_file <- leSRHchron(input_file) and other routine for save output_file, but, in the output_file, year is save in shor

Re: [Rd] error in chron object library

2004-11-04 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: Times series of rain and discharge in hydrologic - stations has above 95 years of 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[len

[Rd] error in chron object library

2004-11-03 Thread [EMAIL PROTECTED]
Times series of rain and discharge in hydrologic - stations has above 95 years of 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)]