Dear all, 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 ? Thanks by advance, Jessica
time series
2 messages · jessica.gervais at tudor.lu, John Kane
Can you give us a little more information? Are you expecting N times to be record and want to know if you only have N-x times or are you expecting N entries but want to know if some are NA? Etc, etc... Also are you actually recording the times or is the sampling setup just taking a sample every 10 minutes, that is, you can assume that every sample is at a ten minute interval because of the equipment set-up?
--- jessica.gervais at tudor.lu wrote:
Dear all, 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 ? Thanks by advance, Jessica
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.