normalize_first_breath: Normalize first breath

View source: R/normalize.R

normalize_first_breathR Documentation

Normalize first breath

Description

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


whippr documentation built on May 29, 2024, 11:57 a.m.