emgGaussian_minpack.lm: Implementation of the Exponentially Modified Gaussian (EMG)...

View source: R/curveFit_utils.R

emgGaussian_minpack.lmR Documentation

Implementation of the Exponentially Modified Gaussian (EMG) peak shape for use with minpack.lm

Description

Implementation of the Exponentially Modified Gaussian (EMG) peak shape for use with minpack.lm

Usage

emgGaussian_minpack.lm(params, xx)

Arguments

params

(list) exponentiall modified gaussian parameters (params$gamma, params$center, params$sigma, params$amplitude)

xx

(numeric) values at which to evalute the exponentially modified gaussian

Value

value of the exponentially modified gaussian evaluated at xx


phenomecentre/peakPantheR documentation built on Feb. 29, 2024, 9:07 p.m.