Hello all,

suppose I have a time-stamp: "16-02-2009 00:20:00"
and other array that stores lot of time values.

My tolerance limit = +5 minutes
I would like to find values from this array matching with the value:
"16-02-2009 00:20:00" + tolerance
Before I write some function, I would like to know: whether any readymade
function is available?
I checked compare() or which() . but not exactly what I would like to have.

Any suggestion is appreciated.

Thank you.

Best Regards,
Suresh


-- 
View this message in context: 
http://www.nabble.com/is-there-any-way-to-find-match-with-tolerance-tp22037475p22037475.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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.

Reply via email to