SiGetSumHistogram: Gets a sum histogram of the single ion intensities.

View source: R/RcppExports.R

SiGetSumHistogramR Documentation

Gets a sum histogram of the single ion intensities.

Description

SiGetSumHistogram gets a histogram of the single ion intensities, which is a sum over all histograms of a given specType within the rate and mass range as specified by minMass, maxMass, minRate and maxRate.

Usage

SiGetSumHistogram(specType, minMass, maxMass, minRate, maxRate)

Arguments

specType

Spectrum type index (non-negative integer).

minMass

Minimum mass for histogram filtering.

maxMass

Maximum mass for histogram filtering.

minRate

Minimum event count rate for histogram filtering.

maxRate

Maximum event count rate for histogram filtering.

Value

A list with the intensities (histogram x-values), counts (histogram y-values), the number of spectra that were processed for this histogram and the mean histogram value i.e. sum(intensity[i]*counts[i])/sum(counts[i]).


pasturm/TofDaqR documentation built on March 29, 2024, 12:10 a.m.