model_peak.Rd
Models a peaking pattern based on an input vector.
Numeric vector of length greater than 5.
Numeric value. Degree of smoothness. The higher the value the smoother the peak. The lower the value the sharper the peak. Should range between 1-100 (if <1 is multiplied with 100 to rescale).
Numeric value. Peak position. Determines the position of the peak either as an index (>= 1) or as a percentage of length (<1).
Numeric vector of length two. The range of the output vector. Defaults to the range of the input.
Numeric vector of the same length and range as the input
vector that contains a peaking pattern based on the adjustments
of dos
and pp
.