View source: R/PulseWaveform.R
feature_extract | R Documentation |
feature_extract extracts descriptive morphological features for each waveform inputted.
feature_extract(oa, p, pw)
oa |
a list of osnd values for each wave (x and y coordinates) |
p |
dataframe of all individual waveforms (discrete form) |
pw |
list of all individual waveforms (polynomial spline form) |
features |
a dataframe of all extracted features for each waveform |
features <- feature_extract(oa = osnd_all, p = pulse, pw = polyWave)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.