find_sd: find_sd

View source: R/PulseWaveform.R

find_sdR Documentation

find_sd

Description

find_sd is a clone of find_average; only the output is changed (from mean to SD)

Usage

find_sd(p, ao)

Arguments

p

dataframe consisting of all segmented waveforms

ao

a vector indicating the end point of each waveform

Value

sd_wave

a vector consisting of standard deviation values (can also be plotted to indicate variance)

Examples

sd_wave <- find_sd(p = pulse, ao = afterO)

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