new_cut_times: New Cut Times

View source: R/MPI_detect.R

new_cut_timesR 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)

GENEAcore documentation built on April 11, 2025, 5:43 p.m.