View source: R/PulseWaveform.R
extractOutput | R Documentation |
extractOutput extracts the simplex-optimised values for fixed and non-fixed parameters across a given batch.
extractOutput(beats_in, sim)
beats_in |
number of beats in the batch |
sim |
the final matrix outputted by the downhill simplex routine |
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 |
output <- extractOutput(beats_in, sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.