View source: R/PulseWaveform.R
osnd_of_average | R Documentation |
osnd_of_average identifies OSND points on the average waveform and individual waves.
osnd_of_average(aw, dp, diff, sr, plot = TRUE)
aw |
average waveform, or an individual waveform |
dp |
diastolic peak (as established by the diast_pk function) |
diff |
difference in x-axis values of the average waveform due to removal of NA values (outputted from diast_pk as xShift) |
sr |
sampling rate |
plot |
logical - for plotting the inputted waveform with identified OSND points |
osnd |
OSND values for the inputted waveform |
osnd <- osnd_of_average(avWave, dp = dPeak, diff = 0, sr = samplingRate, plot = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.