-1
I need to identify and quantify time intervals greater than 5 minutes in a long column. "Time" column. The following 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")
No occurrence of the column
Time
placed above has more than 5 minutes of difference from the others. In addition, the question is too open. Take, for example, the times 12:00, 12:06, 12:12, 12:14, 12:19. What is the expected response to a case like this?– Marcus Nunes
@The differences don’t even reach 5 seconds.
– Rui Barradas
With the same dice game how can I make to appear mmenuto the minute? When plotting the entire dice game appears every two hours. I would like it to appear minute by minute on the X. Plot axis (CIDM~Time,type="l",data = CI)
– Júlio Azambuja
@Júlioazambuja, edit your question to include the information on that last comment.
– Carlos Eduardo Lagosta