View source: R/finding_peaks.R
get_fitted_peak_info | R Documentation |
given the peak, simply returns the model and residuals for the full peak and the area
get_fitted_peak_info(possible_peak, use_loc = "mz", w = NULL, addend = 1e-08)
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 |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.