[R] time series

Rogerio Porto rdporto1 at terra.com.br
Fri May 18 15:53:24 CEST 2007


Jessica,

> I am working with a data file which is the record of precipitation
> measurement normaly done every 10 minutes. I would like to check if there
> are missing times in my data file.
> 
> Is there a function existing able to check for that in R ?

I'd use max(diff(time))==min(diff(time)).

HTH,

Rogerio



More information about the R-help mailing list