search for: sppaaa

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

Did you mean: appara
2009 Mar 14
2
Time Zone query
...o create a "template" to repeat the date and time for all potential data sets that may have differing time zone origins. Reading the > ?strptime help section I note that time zone is a variable to add. Looking at the output of a sample data set Species Location Date Time 1 Sppaaa One 1/13/2009 17:00 2 Sppaaa One 1/13/2009 18:00 3 Sppaaa One 1/13/2009 19:00 4 Sppaaa One 1/13/2009 20:00 5 Sppaaa One 1/13/2009 21:00... in order to understand how R is handling this and using: > All$Time <- as.POSIXct(strptime(as.character(d$Time), "%H:%M&qu...