| normalize_transitions | R Documentation | 
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
)
| .data | Breath-by-breath data. | 
| protocol_n_transitions | Number of transitions performed. | 
| protocol_baseline_length | The length of the baseline (in seconds). | 
| protocol_transition_length | The length of the transition (in seconds). | 
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.