View source: R/Functions_extract_EICs.R
peakFunction | R Documentation |
Function to represent a peak in peakFitter
peakFunction(x, theta)
x |
numeric vector |
theta |
a numeric(4), see |
:
theta[1]
: numeric value of the expected/initial position of the peak apex (in range of x)
theta[2]
: numeric value of the expected/initial peak width. Should not be 0!
theta[3]
: y-scale factor
theta[4]
: shift along y-axis
a series of values approximately representing a peak shape along x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.