extractOutput: extractOutput

View source: R/PulseWaveform.R

extractOutputR Documentation

extractOutput

Description

extractOutput extracts the simplex-optimised values for fixed and non-fixed parameters across a given batch.

Usage

extractOutput(beats_in, sim)

Arguments

beats_in

number of beats in the batch

sim

the final matrix outputted by the downhill simplex routine

Value

temp

list consisting of:

across

optimised fixed parameters across the entire batch (6 in total)

within

list of optimised non-fixed parameters for each waveform in the batch

Examples

output <- extractOutput(beats_in, sim)










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