get_fitted_peak_info: parabolic fitted peak

View source: R/finding_peaks.R

get_fitted_peak_infoR Documentation

parabolic fitted peak

Description

given the peak, simply returns the model and residuals for the full peak and the area

Usage

get_fitted_peak_info(possible_peak, use_loc = "mz", w = NULL, addend = 1e-08)

Arguments

possible_peak

data.frame of mz, intensity and log intensity

use_loc

which field to use for locations, default is "mz"

w

the weights to use for the points

Value

data.frame


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.