View source: R/PulseWaveform.R
UpdateBeat | R Documentation |
UpdateBeat generates a new matrix of model parameters by replacing values in the existing dataframe with parameters that are both optimised and constrained.
UpdateBeat(beats_in, beat, fixed)
beats_in |
number of beats in the batch |
beat |
existing dataframe of model parameter estimates (populated with initial estimations) |
fixed |
list of optimised and constrained parameters for each waveform, to replace initial estimates |
new_beat |
Dupdated dataframe of model parameter outputs |
new_beat <- UpdateBeat(beats_in, beat, fixed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.