View source: R/PulseWaveform.R
find_average | R Documentation |
find_average generates an average (mean) wave from a sample of segmented waveforms. Due to variance in waveform length, the tail section of the average wave is less robustly calculated, and relies on a degree of inference as to the likely trajectories of waveforms that terminate before the average length is reached.
find_average(p, ao)
p |
dataframe consisting of all segmented waveforms |
ao |
a vector indicating the end point of each waveform |
avWave |
a vector consisting of values for the average waveform |
average_wave <- find_average(p = pulse, ao = afterO)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.