cumulative_fit_function: Create cumulative function fit

View source: R/peak_detection.R

cumulative_fit_functionR Documentation

Create cumulative function fit

Description

Create cumulative function fit

Usage

cumulative_fit_function(fit_function_str, par_var_str, par_fix_str, n.peak)

Arguments

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

Value

a list:
init.names: names of paramters for the initialization
func.eval: function who will be fitted


camilleroquencourt/ptairMS documentation built on April 19, 2024, 1:27 p.m.