search for: hourly_met_data

Displaying 1 result from an estimated 1 matches for "hourly_met_data".

2006 Oct 20
1
Questions about date/time and truncating
I'm getting a weird behavior using R 2.5.0 for MacOS X -- I have a csv file with a "properly formatted" date/time field, e.g. After reading in the csv to "hourly_met_data", with a "date" field hourly_met_data$date <- as.POSIXct(hourly_met_data$date) works exactly as it is supposed to (e.g. Min/max of that field are calculated correctly). However, when I perform this command to convert a date/time to just a date (e.g. I'm removing the hour po...