Re: [R] Data Parameter extract

2010-10-15 Thread joeman3285
Awesome! It worked. Thank you both for your help. -joe -- View this message in context: http://r.789695.n4.nabble.com/Data-Parameter-extract-tp2996369p2997761.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mail

Re: [R] Data Parameter extract

2010-10-14 Thread Joshua Wiley
Hi Joe, Just to follow up David's advice a bit (and it is excellent advice...there was an instance where a poster only got a response because he or she used dput()). One sticky point for you might be how to apply a function that finds the minimum to each day individually. David showed you a nice

Re: [R] Data Parameter extract

2010-10-14 Thread David Winsemius
On Oct 14, 2010, at 8:56 PM, joeman3285 wrote: Hi, So I have a set of data, hourly temperature, where each temperature is set up like this: Time Temp 1.048 1.0810 etc. Where "1" corresponds to a day (say monday is "1", tuesday is "2") and the decimal value correspo

[R] Data Parameter extract

2010-10-14 Thread joeman3285
Hi, So I have a set of data, hourly temperature, where each temperature is set up like this: Time Temp 1.048 1.0810 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 thousa