View source: R/finding_peaks.R
get_fitted_peak_info | R Documentation |
given the peak, returns the location and intensity
get_fitted_peak_info(
possible_peak,
use_loc = "mz",
w = NULL,
addend = 1e-08,
calculate_peak_area = FALSE
)
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 |
addend |
how much was added to the peak intensity |
calculate_area |
should the area of the peak be calculated too? |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.