cumulative_fit_function {ptairMS}R 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


[Package ptairMS version 1.1.5 Index]