feature_extract: feature_extract

View source: R/PulseWaveform.R

feature_extractR Documentation

feature_extract

Description

feature_extract extracts descriptive morphological features for each waveform inputted.

Usage

feature_extract(oa, p, pw)

Arguments

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)

Value

features

a dataframe of all extracted features for each waveform

Examples

features <- feature_extract(oa = osnd_all, p = pulse, pw = polyWave)

stw32/PulseWaveform documentation built on Dec. 6, 2022, 2:50 a.m.