Create a detected_events object from manually specified times or indices.
Examples
events <- manualEvents(
schema_gait,
times = c(hs1 = 0, to = 0.6, hs2 = 1.0),
sampling_rate = 1000,
n_samples = 1000
)
Create a detected_events object from manually specified times or indices.
events <- manualEvents(
schema_gait,
times = c(hs1 = 0, to = 0.6, hs2 = 1.0),
sampling_rate = 1000,
n_samples = 1000
)