new_cut_times {GENEAcore} | R Documentation |
New Cut Times
Description
New Cut Times
Usage
new_cut_times(df)
Arguments
df |
Cut Times data frame. |
Details
Add the timestamps, indexes and day numbers of the cut times and their ends.
Value
Data frame with added cut times.
Examples
CutTimes_df <- data.frame(
time = c(1731421000, 1731421100, 1731421362, 1731421480, 1731421525),
index = c(56, 1, 230, 1, 400), day = c(1, 2, 2, 3, 3)
)
CutTimes_df <- new_cut_times(CutTimes_df)
[Package GENEAcore version 1.0.1 Index]