Recognizes and normalizes the time column of each transition. It will also label the transitions into: 'baseline' or 'transition'.
normalize_transitions(
.data,
protocol_n_transitions,
protocol_baseline_length,
protocol_transition_length
)
a tibble
Breath-by-breath data.
Number of transitions performed.
The length of the baseline (in seconds).
The length of the transition (in seconds).