Skip to content
Prev 299678 / 398503 Next

Questions about doing analysis based on time

Hello,

You can use cut.POSIXt from package base.

cut(dat$SunDate, breaks="30 mins")


Hope this helps,

Rui Barradas

Em 10-07-2012 13:43, APOCooter escreveu: