Skip to contents

This is needed specially when the data gets filtered. For example, if the data file does not only contain the baseline and transitions performed, we will have to normalize the time column. This function will make sure that in case the first breath does not start at zero, it will create a zero data point, duplicating the first breath. This will make sure the data does not get shifted (misalignment).

Usage

normalize_first_breath(.data)

Arguments

.data

Breath-by-breath data.

Value

a tibble