Description Usage Arguments Value
View source: R/mass_calibration.R
CalibrationWindow.
1 2 3 4 5 6 7 8 | CalibrationWindow(
mass,
intensity,
peak_win_size = 20,
win_title = "",
CalibrationSpan = 0.75,
NotPerformCalibration = F
)
|
mass |
The mass vector of spectrum to calibrate. |
intensity |
The intensity vector of spectrum to calibrate. |
CalibrationSpan |
the span of the loess method for calibration. |
NotPerformCalibration |
a boolean to disbale calibration. The list of target masses will be returned instead. |
a the calibrated mass axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.