View source: R/peak_detection.R
cumulative_fit_function | R Documentation |
Create cumulative function fit
cumulative_fit_function(fit_function_str, par_var_str, par_fix_str, n.peak)
fit_function_str |
fit function who will be use in character |
par_var_str |
parameters of fit function who change with the peak in a vector of character |
par_fix_str |
parameters of fit function independent of the peak in a vector of character |
n.peak |
number of peak |
a list:
init.names
: names of paramters for the initialization
func.eval
: function who will be fitted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.