I need to identify and quantify time slots longer than 5 minutes from an extended column. "Time" column. Follow dput
:
structure(list(Time = structure(c(1541062677, 1541062678, 1541062680,
1541062681, 1541062681, 1541062683, 1541062685, 1541062686, 1541062688,
1541062688), class = c("POSIXct", "POSIXt"), tzone = ""), CIDM =
c(0.12146956236827,
0.24293912473654, 0.337352282020179, 0.431765439303817, 0.553235001672087,
0.674704564040357, 0.769117721323995, 0.863530878607634, 0.985000440975904,
1.10647000334417)), .Names = c("Time", "CIDM"), row.names = 142320:142329,
class = "data.frame")