hi everyone !
<br>
<br>i have a 4-row table, the first column being dates starting from the 5 of dec 2002 (the format actually is dd/mm/yyyy), the remainings being 3 variables consisting of numeric variables. the first line contains the headers of the rows. some lines are missing as data may have been recorded not so regularly.
<br>
<br>Date, x, y, z
<br>05/12/2002, 12, 11, 10
<br>06/12/2002, 3, 5, 6
<br>10/12/2002, 4, 12, 8
<br>11/12/2002, 6, 7, 7
<br>...
<br>...
<br>
<br>what do i have to do so that R understands that this is a time series, the  first row being the row for dates ??
<br>
<br>along the R documention i have read on read.table, ts, time and various other functions, but i have been unsuccessful til then.
<br>
<br>thank you for your hints
<br>
<br>cheers,
<br>édouard.
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>