View source: R/finding_peaks.R
integrate_model | R Documentation |
provides the area integration for the peak that fits the parabolic model
integrate_model(model_mz, model_coeff, n_point = 100, log_transform = "log")
model_mz |
the mz values for the model peak |
model_coeff |
the model of the peak |
n_point |
how many points to use for integration |
log_transform |
what kind of transform was applied |
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.