View source: R/PulseWaveform.R
find_sd | R Documentation |
find_sd is a clone of find_average; only the output is changed (from mean to SD)
find_sd(p, ao)
p |
dataframe consisting of all segmented waveforms |
ao |
a vector indicating the end point of each waveform |
sd_wave |
a vector consisting of standard deviation values (can also be plotted to indicate variance) |
sd_wave <- find_sd(p = pulse, ao = afterO)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.