skewedGaussian_minpack.lm {peakPantheR}R Documentation

Implementation of the Skewed Gaussian peak shape for use with minpack.lm

Description

Implementation of the Skewed Gaussian peak shape for use with minpack.lm

Usage

skewedGaussian_minpack.lm(params, xx)

Arguments

params

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

xx

(numeric) values at which to evalute the skewed gaussian

Value

value of the skewed gaussian evaluated at xx


[Package peakPantheR version 1.8.0 Index]