Hi, So I have a set of data, hourly temperature, where each temperature is set up like this:
Time Temp 1.04 8 1.08 10 etc. Where "1" corresponds to a day (say monday is "1", tuesday is "2") and the decimal value corresponds to an the hour of the day. I have several thousand of these readings over several months. What I would like to do is extract daily minimum temperatures from this data set. Is this possible to do with R? I'm pretty new to the use of R and have only a basic understanding of how it all works. I appreciate any help. -joe -- View this message in context: http://r.789695.n4.nabble.com/Data-Parameter-extract-tp2996369p2996369.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.