find_PP_minmax: Find respiratory min and max in pulse pressure time series

View source: R/calculate_PPV.R

find_PP_minmaxR Documentation

Find respiratory min and max in pulse pressure time series

Description

Find respiratory min and max in pulse pressure time series

Usage

find_PP_minmax(
  beats,
  PP_col = "PP",
  time_col = 1,
  resp_rate = NULL,
  resp_len = NULL
)

Arguments

beats

Data frame of beats incl. pulse pressure

PP_col

Column containing pulse pressure

time_col

Column containing time (datetime or seconds)

resp_rate, resp_len

Either resp_rate (breaths/min) or resp_len (seconds)


JohannesNE/waveformtools documentation built on July 1, 2022, 8:48 p.m.